This game was the inspiration for Pulse on Playdate, which is similar, but is a complete game with 84 levels, scoreboards and doesn't have randomised controls.

How to play

After powering on the system, click on the 6 unmarked buttons and figure which button corresponds to which direction. Then clear the stage within the 10 second time limit.

You can also press the QWE and ASD keys to press the green and red buttons if you prefer to use the keyboard. I don't think there is a shortcut to toggle the power though, so you still need to click on that.

So what is it?

An old game I made for Ludum Dare 27 where the theme was 10 seconds. Although it only has 5 stages, I quite liked this one, so I'm uploading to Itch. You can also find all the source on my Github.

I don't think I actually entered this in the jam, but made it a week or so after because I liked the theme. It was made using my own javascript game library when I was really into javascript+html5. Graphics were made from scratch in Photoshop and sound was produced with BFXR.

Stage Editor

This actually has a built in stage editor, although you can't actually save or play your stages. - I just thought it was an interesting thing worth mentioning. To activate it, you need to enter debug mode by pressing Shift+D. With debug mode enabled, the tile under the cursor shows a + to add walls when you click,  and if you hold CTRL it will show a - to remove them. You can also press z and x to cycle between adding/removing walls and items.

While debug mode is enabled, you can also hold c and drag to move the camera, but this is sort of pointless here, as the entire game fits on one screen.

When I was making the game, I would make the stages in debug mode and then hit SHIFT+P to print the json for the stage into the javascript console, then copy and paste it into a file containing all the stages in order. This allowed me to design and tweak the stages very quickly compared to how long it would have taken if I'd entered the data by hand. Even in a game jam, making tools is useful! :)

Comments

Log in with itch.io to leave a comment.

Wow great are style it feels very cohesive nice job!

Thanks!