Skip to content

Create The Sun - An incremental game where the goal is to create the sun!

Notifications You must be signed in to change notification settings

kaneryu/createTheSun

Repository files navigation

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

  • 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

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