Loop{}
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!
}
Status | Released |
Platforms | HTML5 |
Author | Timvdk |
Genre | Platformer |
Made with | Unity |
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
Nicely thought out levels. I enjoyed playing.