From e9d479121149611292287b71307491e7d2bfc692 Mon Sep 17 00:00:00 2001 From: Son Nguyen Date: Thu, 23 May 2024 17:16:49 +0700 Subject: [PATCH] Fix: Updated project documentation --- .github/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/README.md b/.github/README.md index 136272b..b5c6fcd 100644 --- a/.github/README.md +++ b/.github/README.md @@ -6,6 +6,12 @@ However, creating it is a pain in the brain, so I hope you'll enjoy it! Star the Feel free to give it a try at [The Maze Game](https://hoangsonww.github.io/The-Maze-Game/)! +## Game UI + +

+ Maze Game - Gameplay +

+ ## Features - **Randomized Maze Generation**: Each game loads a new maze, thanks to the **Depth-First Search (DFS)** and **Prim algorithms** used for maze generation. @@ -14,12 +20,7 @@ Feel free to give it a try at [The Maze Game](https://hoangsonww.github.io/The-M - **Regenerate Maze**: A button allows players to generate a new maze at any time without reloading the page. - **Responsive Design**: The game canvas is responsive and adapts to different screen sizes, making it playable on both desktop and mobile devices. - **On-Screen Controls**: For mobile users, on-screen buttons are provided to navigate the player within the maze. - -## Game UI - -

- Maze Game - Gameplay -

+- **Lifetime Score**: The game keeps track of the number of times you reach the exit. Try to complete the maze in the fewest moves possible, too! ## Technologies Used @@ -51,7 +52,6 @@ pip install pygame - Navigate through the maze using the **arrow keys** or the **on-screen controls buttons**. - Click the **Regenerate Maze** button below the canvas to start a new game with a new maze layout. -- **Lifetime Score**: The game keeps track of the number of times you reach the exit. Try to complete the maze in the fewest moves possible, too! ## Contribution