Hi pico-8-enthusiasts!
Here is our first game for the Fantasy console, picomaze, obviously inspired by midimaze, the Atari ST game from the 90s.
How to play:
Kill 3 smileys to win. Hit Reset to start a new game.
Let us know what you think using our blog or our Twitter account!
It can be improved, feel free to contribute on github.



oil on the walls:
-- collision test!!! local what=false if (mz(sm.x+dx*3, sm.y) > sm.z - 0.4) then sm.x=sm.x+dx what=true end if (mz(sm.x, sm.y+dy*3) > sm.z - 0.4) then sm.y=sm.y+dy what=true end return what |
[Please log in to post a comment]