Skip to content

Latest commit

 

History

History
33 lines (16 loc) · 824 Bytes

README.md

File metadata and controls

33 lines (16 loc) · 824 Bytes

3D Maze Game

A bit of an experiment to see if I could create a 3d maze type game engine in z80 assembler.

It is all fake 3d created with flat graphics.

Move around the maze with Left, Right and Up arrows. Collect as many coins as you can before finding the exit.

No timers or energy running out, just find the way out.

No, there is not a monster!

Download the binary and copy to the root level of your SD card (or a folder of your choice).

Load the binary, then run it.

For recent versiosn of MOS, simply type the name of the binary (without the .bin) and hit enter.

v0.51

Added high score when escaped.

Clear bug which left previous position on mini map after a game.

Add version number to home screen.