NOTE: CURRENTLY ONLY WORKING ON WINDOWS 10/11
DO NOT LEAVE ME YOUTUBE COMMENTS ASKING ME HOW TO INSTALL THIS GAME
- install python from python.org, preferably python 3.9 or above. if you are installing it then make sure to check the box to install pip when it asks you during the install process. also check the box to set up the
PATHenvironment variable or whatever and restart your pc if necessary - make sure python works from the terminal by going into command prompt and typing
python(if it doesn't work, trypython3). if it doesn't work no matter what you try, try adding python to environment path (google how to do that) - once you have that working, close the terminal and download the source code in github.com by clicking on the green
<> codebutton and clicking "download ZIP" - unzip the file from file explorer or whatever
- navigate to the unzipped folder with the source code
- open up a new command prompt (type
cmdin taskbar) and navigate to the directory with the source by using thecdanddircommands. most likely it will be inC:\Users\<username>\Downloadsor something. install the dependencies by typing inpython3 -m pip install -r requirements.txtin the command prompt. if it doesn't work, you may have to try usingpythoninstead ofpython3. keep that terminal open for now - in the terminal from before, type something like
python3 "main.py". if it doesn't work, try changingpython3topython. additionally, it might not open any windows, in which case you should changepython3topythonin the source code in main.py
if you are struggling to install this, make a github issue and someone who knows what they are doing may help you. this may or may not be me (probably not me, i don't have that much free time). if you know what you are doing and want to help others, then please answer people's questions in the github issues and i will try to mark them as resolved.
