kaneryu / createTheSun

Create The Sun - An incremental game where the goal is to create the sun!
1 stars 1 forks source link
game game-development incremental incremental-game pyqt6 pyside6 python windows

Logo

Create The Sun

An incremental not-idle-yet game where the goal is to create the sun

Images

Disclaimer: images are from an upcoming update, 0.3.0

Image of the main tab

Image of the automations tab

Image of the achevements tab

Image of settings tab

Image of the stats tab

Installation

Using the installed version

Using source

git clone https://github.com/KaneryU/createTheSun.git --branch stable
cd createTheSun*
py -m pip install -r otherStuff\requriements.txt
py main.py

Building

Building the game

You can use stable if you wish by adding --branch stable at the end of the git clone command

git clone https://github.com/KaneryU/createTheSun.git
cd createTheSun*
py -m pip install -r otherStuff\requriements.txt
py otherStuff\build.py

Accept the reminder by pressing enter, wait for the builds to finish, then enter any version number you want, then you can find the files where the builder tells you.

Alt