Skip to content

aartykov/A_star-and-D_star_Lite

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages