Skip to content

erds44/pacman-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pacman Path Finding

Pacman Path Finding is a python program that demonstrates dfs, bfs, ucs, and, A* path finding algorithm

Usage

cd Pacman
python py/pacman.py -l mediumMaze -p SearchAgent -a fn=dfs
python py/pacman.py -l mediumMaze -p SearchAgent -a fn=bfs
python py/pacman.py -l mediumMaze -p SearchAgent -a fn=ucs
python py/pacman.py -l mediumMaze -p SearchAgent -a fn=astar, heuristic=manhattanHeuristic

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages