GuraClicker

GuraClicker

About

GuraClicker is a simple clicker styled game made with pygame. The purpose of the game is to click as much as possible, and rebuild atlantis!

Playing

To play GuraClicker, you must have python installed.

$ git clone https://github.com/FireStreaker2/GuraClicker.git
$ cd GuraClicker
$ python -m venv .venv
$ source .venv/bin/activate
$ pip install -r requirements.txt
$ python main.py

Compiling from source

If you would like to run GuraClicker as a program instead, you must have pyinstaller installed.

$ git clone https://github.com/FireStreaker2/GuraClicker.git
$ cd GuraClicker
$ pyinstaller main.py

License

MIT