Skip to content

tigercao1/Cat-And-Mouse-Game

Repository files navigation

Cat-And-Mouse-Game

Cat and mouse game, solved using Breath First Search, Depth First Search and A* Search

The position of the cat, mouse and cheese are randomly generated on the map. Mouse will try to eat all the cheese in a greedy fashion, and the cat will try to catch the mouse before the mouse eats all the cheese. The way cat and mouse moves are specified in the "CatMoves.py" and "MouseMoves.py".

About

Cat and mouse game, solved using Breath First Search, Depth First Search and A* Search

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages