From 1b50371c9875df762fe31f24ba6c77344ea4746d Mon Sep 17 00:00:00 2001 From: Son Nguyen Hoang Date: Tue, 23 Apr 2024 22:53:02 -0400 Subject: [PATCH] Fix: Updated game UI --- .github/README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/README.md b/.github/README.md index 5014c3b..8a3379d 100644 --- a/.github/README.md +++ b/.github/README.md @@ -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 [info@movie-verse.com](mailto:info@movie-verse.com) if you have any queries or feedback regarding the project. + +--- + +Created with ❤️ in 2024 by [Son Nguyen](https://github.com/hoangsonww). All rights reserved.