Progressbar95 but in a terminal. What else did you expect? Made by BurningInfern0.
Now with save files!
Current Version: 0.2.2a
Built on Python 3.
Dependencies: rich
- Download the zip file and extract.
- Open your terminal/command prompt inside the extracted contents.
- Make sure the dependencies have been met.
- Simply do
python boot.py
Before you create an issue, please make sure you check the following:
- Please check that the dependencies are installed.
- Did you get an error about pip not being found when you ran
pip install rich
?- Windows: That means that pip is not installed in your PATH variable. Simply run
python -m pip install rich
to go around this issue. - Linux: This means that the pip package is not installed. Run your package manager with the package
python-pip
and installrich
after.
- Windows: That means that pip is not installed in your PATH variable. Simply run
- Did you get an error about Python not being found when you launched
boot.py
?- Windows: Python is either not installed, or you did not check the box in the installer to put Python into PATH.
- Linux: Make sure Python is installed and can be found within a folder in your $PATH variable.
- Did you run the game in Python 2 or Python 3?
- If you ran the game in Python 2, please run the game in Python 3.
- Did you run the game inside of the extracted contents?