Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 217 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 217 Bytes

Description

This project includes A* and D* Lite path finding algorithm implementations for pac-man game.

For A* run the following command:
$ python main.py ASTAR 3

or for D* Lite:
$ python main.py DSTAR 3