https://github.com/rizanw/daa_pacman
Pacman game with DFS algorithm
https://github.com/rizanw/daa_pacman
depth-first-search dfs-algorithm game pacman python python3
Last synced: 7 months ago
JSON representation
Pacman game with DFS algorithm
- Host: GitHub
- URL: https://github.com/rizanw/daa_pacman
- Owner: rizanw
- Created: 2019-03-27T08:48:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-30T13:18:37.000Z (over 6 years ago)
- Last Synced: 2025-01-21T15:45:31.367Z (9 months ago)
- Topics: depth-first-search, dfs-algorithm, game, pacman, python, python3
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DAA_Pacman
Pacman game with DFS algorithmRequirment:
- Python 3.6+How To Use:
Just run the program by typing:
`$ python Pacman.py`Addition:
The Pacman solver is Pacman solver game, you can add more graph/path/map by adding your graph into `Map/map.py`. Then you can call your graph in the `main` function into `Pacman.py` on the root path.
Example map:
