Skip to content
/ pacman Public

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

Notifications You must be signed in to change notification settings

nmkmms/pacman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages