Creepy Maze
Over the past two weeks we have built a top down looking maze game
We designed our own Tilemap or level with a path from the bottom of the screen to the top
We created a spawn point and an end portal
We added a countdown timer to make the maze a bit harder
We created a special block in the centre of the map that resets our clock if we make it there
Finally we added some evil enemies that spawn from a a number of different locations and gradually move towards us
Test out the full code below, have you tried to make a secret path?