Built with: -Python -Pygame
To run this project: -Make sure you have Python installed locally, you can download it from python.org -Enter the command: pip install pygame -At the file location, enter the command: python main.py
Description: The game starts as a cat with 9 lives and the goal is to claw (click on) as many dogs as possible to earn points. Dog faces will randomly appear in different areas of the screen, earn points by trying to claw the dogs EXCEPT THE ONE DISPLAYED IN THE MAIN MENU! When the cat claws the wrong dog, it gets sprayed and loses a life. Once all 9 lives are used up or time runs out, it's game over.
Thank you for trying it out! Any suggestions are welcome.