- A simple clicker game created using PyGame, an open-source Python library. This project was created in 2021 as my final project for my "Introduction to Computer Science" course.
- The purpose of this game is very simple, you press the spacebar until you don't feel like it anymore. Pressing the spacebar will generate points in which you can purchase upgrades that will increase the amount of points you get per click.
Prerequisites Make sure you have Python and pip installed
python3 --version
pip --versionIf it says command not found or it doesn't show a version then please install Python before proceeding
- Clone the repository
git clone https://github.com/josephleungg/Donut-Clicker.git- Install Pygame
python3 -m pip install pygame- Run the game
cd Donut-Clicker
python3 main.py