A top-down maze navigation game created using p5.js and p5.play. Guide the player through a maze from the start point to the finish tile. The game features animated sprites, collision detection, and a pop-up modal when you win.
- Smooth player movement with arrow keys
- Maze layout loaded from a
.txtfile - Real-time collision detection with walls
- Finish line modal with "Restart" option
- Use arrow keys to move the player.
- Reach the finish tile to win the game.
- A pop-up will appear; click Restart to try again.
-
Clone or download the repository:
๐ GitHub Repo - Maze RunnerOr use the command line:
git clone https://github.com/ionkarsingh/Maze-Runner-Using-p5.play.js cd Maze-Runner-Using-p5.play.js