An incremental not-idle-yet game where the goal is to create the sun
Disclaimer: images are from an upcoming update, 0.3.0
Using the installed version
- Go to github releases
- Select the most recent release
- Download installer.exe
- Accept any windows "smart"screen warnings (if you don't trust the application, build it from the source)
- Run installer.exe
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 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.