/pacman

🤑 Fundamentals of AI, 3rd, 4th and 6th labaratory. Self-playing pacman (using DFS, BFS, greedy, A* and minimax algorithms).

Primary LanguagePython

pacman

first install requirements: pip install -r requirements.txt

then run: python pacman.py

or play yourself: python pacman.py play

to run with ghosts: python pacman.py minimax [difficulty:int]