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 Jun 12, 2024
1 parent 2a74501 commit cce1b52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Feel free to give it a try at [The Maze Game](https://hoangsonww.github.io/The-M
- **CSS**: Styling of the game canvas and alignment of game elements.
- **JavaScript**: Game logic, including maze generation, player movement, collision detection, and UI interaction. Implemented using DFS and Prim algorithms.
- **Python**: There is also a Python implementation of the maze generation algorithm using the Depth-First Search (DFS) algorithm.
- **Pygame**: A Python library used for creating the maze generation visualization.

## Maze Generation Algorithm

Expand Down

0 comments on commit cce1b52

Please sign in to comment.