Skip to content

Commit

Permalink
Fix: Updated game UI
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangsonww committed Apr 24, 2024
1 parent dd97e53 commit 1b50371
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/README.md
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.
Expand Down Expand Up @@ -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.

0 comments on commit 1b50371

Please sign in to comment.