Thanks to @dw817 for bear trap sprites and keystrokes bug fix!
A sequel has been released! Sadly, it's not made in PICO-8, it's made in HaxeFlixel, check it out here
You play as gelpi, the brother of jelpi, he was walking in demoland,
and he found.. COINS!? HE WAS RICH! But that didn't last long...
He stepped into a trap, and he went into the maze.
But many other people have left notes in the maze...
Find your way through the maze, collect all the coins,
and go back to demoland.
Screenshots and Gameplay:




(these images and gifs were from version 1.0, and i'm too lazy to update them lol)
so you have to play the actual game to see all the changes and stuff,
at least you have something to compare the game with!
I added the game to my github and my itch.io, check it out there if you want!
(my itch.io is on my profile and the github page is on the itch.io page)


Hello, @hdfsyu:
Looks like you followed the online tutorial well.
Since you are collecting gold coins, instead of showing how many gold coins you have, you might set it so when you press ❎ that it shows the number of gold coins REMAINING to be found. Quite simply let's say there are 20-coins, so this could be done:
print("left="..(20-coins)) |


Cool game, it has its own style! :D Some things to improve:
- I was stuck at the first screen, because I couldn't see there was an opening to the right I had to follow in order to proceed.
- It is a bit hard to see at first whether the spikes are up or down. Perhaps you should make that clearer to the player.


@profpatonildo i just added those fixes in the new version! thanks for the feedback
[Please log in to post a comment]