An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# DAA_Pacman
Pacman game with DFS algorithm

Requirment:
- 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:
![sample simple](/img/simple.png)