Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 500 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 500 Bytes

AICatMouseGame

COMP4106: Exploring different search methods in order for a cat to catch a mouse before the mouse eats all the cheese. Cat moves in equivalent way to knight in chess. Mouse moves 1 unit at a time. Breadth first search, Depth first search, A* search and hueristic search used