This little game is the a-maze-ing result of a Coding Dojo on 6502 assembly. We wrote a little labyrinth walk using the Easy 6502 simulator and this excellent 6502 tutorial.
The labyrinth has been generated by this (animated :)) maze generator. The generator first creates a maze while animating the current state. The result has been converted to assembler code (simple load/store instructions) and statically pasted into the labyrinth shown below.
You can walk this labyrinth using the W
, A
, S
and D
. Enjoy.