Circuit Runner by blaclegi
Navigate the maze and get the electric charges onto the conveyor belts before the time runs out to stop this circuit from running out of power!
Hello, and thanks for reading.
This is my first typescript/HTML5 game ever and this shows in the final spaghetti 543 line source file, but hey, I learnt loads.
There is no graphics or audio, but that is not what I set out to achieve - I set out to experiment with game dev for the web (something I've never done before) and in this sense I learnt loads and will probably do a post mortem at some point.
- The grey bar is the conveyor belt - pick charges up and place them onto the conveyor to send them away.
- You are the purple square, and the yellow ones are the charges.
- The yellow bar at the side is the power - don't let this reach the top.
Controls
W/S/A/D to move
Space to pickup charges and put them down again
Tips
- Try to release the movement keys before pressing another one - i.e don't simultaneously hold down any of the WSAD keys
Known issues
- Movement can be a bit sticky,
- Collision isn't perfect
- Power bar intrudes on maze at times.
- Firefox (Just use chrome if you can)
Thanks for reading, and please play and post your highest level underneath! :grin:
| HTML5 (web) | https://dontbelieveme.github.io/LudumDare39/ |
| Original URL | https://ldjam.com/events/ludum-dare/39/circuit-runner |
Ratings
| Given | 4🗳️ | 7🗨️ |
took a while to figure out what to do. had to come back to this page to figure it out.