Congrats on your first Dare, Micle2000. How the music keeps playing after the applet's closed is a nice touch to represent the lingering mood. ;)
I got stuck on the third floor (the one after the first enemy), but it was a pretty impressive first game. Definitely dig the dark atmosphere and the soft piano. Good job!
The game is too glitchy though, you need to reserve more time to test if everything is working.
The worst offender is that too often, when you appear in a new floor, you may be stuck between boxes without a route to the next stairway -- you need to set up some routine in the maze generation function that verifies if there is a valid path between the entry stairway and the exit stairway before validating the level.
Comments7
also, sorry if the music keeps playing after the applet is closed
I got stuck on the third floor (the one after the first enemy), but it was a pretty impressive first game. Definitely dig the dark atmosphere and the soft piano. Good job!
The game is too glitchy though, you need to reserve more time to test if everything is working.
The worst offender is that too often, when you appear in a new floor, you may be stuck between boxes without a route to the next stairway -- you need to set up some routine in the maze generation function that verifies if there is a valid path between the entry stairway and the exit stairway before validating the level.
Good luck next LD!