Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 596 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 596 Bytes

Find-the-cat-pygame

This a simple puzzle made in pygame. There are 5 pits, and a cat is hidding in one of the pit. The cat's specialty is that it changes the pit every night by moving to the pit adjacent to her pit. The question is, if given a chance to see a pit once a day. how many days will it take to trace the cat's pit?

Dependencies

Installation

pip3 install pygame

Images

Goal of the game

Gameplay