The game is played on a 20 x 13 grid, and Dexter moves one grid square at a time. The player can collect chips and progress to the next level, while avoiding enemies and walls.
- Up: Move Dexter upwards.
- Down: Move Dexter downwards.
- Left: Move Dexter to the left.
- Right: Move Dexter to the right.
- A: Move Dexter to the left
- W: Move Dexter upwards.
- D: Move Dexter to the right.
- S: Move Dexter downwards.
Dexter starts with three lives and a score of zero. The player must navigate through each level, avoiding enemies and walls.
The game includes objects called chips and bits that the player can collect to increase their score.
This project is an open source clone of the game Dexter's Labyrinth. While the original game is no longer available, some of the sprites used in this project belong to the original creators.
Please note that this project is not intended for commercial use and is solely for educational purposes as part of a programming course. All credit for the original game and its assets goes to their respective owners.
If you are the owner of any of the assets used in this project and would like them removed, please contact me and I will take appropriate action.
I do not claim ownership over any of the original game's intellectual property, and this project is not affiliated with, endorsed by, or sponsored by the original creators or publishers of the game.
Thank you for understanding and respecting the intellectual property rights of others.
To use this repository for development, follow these steps:
- Clone the repository to your local machine using git clone
- Navigate to the cloned repository directory, and install the dependencies using npm
npm install -E
- To compile the application in development mode and serve it on a local server
npm run start
This game was inspired by the original game Dexter's Laberynth. Thank you to the creators of the original game for the inspiration.