Skip to content

josephleungg/Donut-Clicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Donut-Clicker

Overview

  • 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.

How to run

Prerequisites Make sure you have Python and pip installed

python3 --version
pip --version

If it says command not found or it doesn't show a version then please install Python before proceeding

  1. Clone the repository
git clone https://github.com/josephleungg/Donut-Clicker.git
  1. Install Pygame
python3 -m pip install pygame
  1. Run the game
cd Donut-Clicker
python3 main.py

About

(Short Auto Clicker Game) Final project created in 2021 for my Intro Computer Science class

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages