LOOP() {

//A platform game where you loop around the level to find the exit.


levelCounter = 13;


//Controls

Move(){

     Walking = "ASDW";

     Jumping = "Space";

     Pause = "P" || "ESC";

}

//ENJOY!

}

Comments

Log in with itch.io to leave a comment.

The map loop idea is cool, but if the character controllers felt a little better, I'd be able to jump over the spikes more easily

(+1)

Nicely thought out levels. I enjoyed playing.