Final project for Artificial Intelligence class. Defines state space and action space for a shortest-path pizza delivery problem.
To run:
- Ensure that you have Python 2.7 (Python 3 will not work) with packages pygame and pydot installed.
- Run "startgame.py" to visualize the search.
- Change search type (A*,BFS,DFS) in "student/gameProblem.py". Change "student/config.py" to point to different maps.