Skip to content

Commit

Permalink
Fix: Updated python game logic (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangsonww committed May 14, 2024
1 parent 8c574bb commit 8955746
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,19 @@ A simple yet engaging maze game built by [Son Nguyen](https://github.com/hoangso

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 🌟.

Feel free to give it a try at [The Maze Game](https://hoangsonww.github.io/The-Maze-Game/).

## Features

- **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.

## Gameplay
## Game UI

<p align="center">
<img src="../utils/MazeUI.png" alt="Maze Game - Gameplay" width="100%">
<img src="../utils/MazeUI.png" alt="Maze Game - Gameplay" width="100%" style="border-radius: 8px">
</p>

## Technologies Used
Expand Down

0 comments on commit 8955746

Please sign in to comment.