Dimensional Shift Deluxe is a puzzle game where players navigate through various levels represented by grid layouts. Each level has a defined start and exit point, and players must strategize their moves to reach the exit.
- Clone the repository:
git clone <repository-url> - Navigate to the project directory:
cd dimensional_shift_deluxe - Install dependencies:
npm install
To run the game, use the following command:
npm start
The game includes multiple levels defined in the src/levels/levels.js file. Each level has a grid size, start position, and exit position.
Contributions are welcome! Please submit a pull request or open an issue for any suggestions or improvements.
This project is licensed under the MIT License.