Collect coins in an infinite maze.
Use dynamite to destroy a wall (press Z).
I made this to play with the infinite maze algorithm from the Atari 2600 game, 'Entombed'
https://arxiv.org/ftp/arxiv/papers/1811/1811.02035.pdf
Revision 1
- fixed bug where game over screen did not accept input
Revision 2
- made the speed increase feel more natural
- made the HUD look nicer
- hopefully made the text easier to read
Revision 3
- reduced cost of bombs from 9 to 6
- increased movement speed from 1/10 to 1/8