Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 224 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 224 Bytes

About:

Visualize an AI solving a maze with Depth first search, Breadth first search, Greedy best first search, and A* search in pygame. Expansion of CS50’s Introduction to Artificial Intelligence with Python maze code.