-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dd97e53
commit 1b50371
Showing
1 changed file
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
# Maze Game - DFS & Prim Algorithms | ||
# The Maze Game | ||
|
||
A simple yet engaging maze game built by [Son Nguyen](https://github.com/hoangsonww) in 2024. Navigate through a dynamically generated maze to find the exit. Each time you play, a new maze is created, ensuring a unique experience. The game is designed to be lightweight and easy to play, making it suitable for all age groups. | ||
A simple yet engaging maze game built by [Son Nguyen](https://github.com/hoangsonww) in 2024 with DFS and Prim algorithms. Navigate through a dynamically generated maze to find the exit. Each time you play, a new maze is created, ensuring a unique experience. The game is designed to be lightweight and easy to play, making it suitable for all age groups. | ||
|
||
However, creating it is a pain in the brain, so I hope you'll enjoy it! Star the repository if you like it and feel free to contribute to the project 🌟. | ||
|
||
## Features | ||
|
||
- **Randomized Maze Generation**: Each game loads a new maze, thanks to the Depth-First Search (DFS) and Prim algorithms used for maze generation. | ||
- **Randomized Maze Generation**: Each game loads a new maze, thanks to the **Depth-First Search (DFS)** and **Prim algorithms** used for maze generation. | ||
- **Player Navigation**: Use the arrow keys to move up, down, left, or right within the maze. | ||
- **Start and Exit Indicators**: The game visually indicates the starting point and the exit. Reach the green block to win. | ||
- **Regenerate Maze**: A button allows players to generate a new maze at any time without reloading the page. | ||
|
@@ -59,3 +59,7 @@ This project is open-source and available under the MIT License. See the [LICENS | |
## Contact | ||
|
||
You can reach out to me at [[email protected]](mailto:[email protected]) if you have any queries or feedback regarding the project. | ||
|
||
--- | ||
|
||
Created with ❤️ in 2024 by [Son Nguyen](https://github.com/hoangsonww). All rights reserved. |