Skip to content
This repository was archived by the owner on Jul 26, 2022. It is now read-only.

Latest commit

 

History

History
48 lines (37 loc) · 2.54 KB

File metadata and controls

48 lines (37 loc) · 2.54 KB

ProgressCLI95

Progressbar95 but in a terminal. What else did you expect? Made by BurningInfern0.

Now with save files!

Current Stable Version: 0.2.2a

Current Development Version: 0.2.2b-dev2

It is recommended that you play on stable versions, unless you wish to playtest and report bugs.

Available in these languages:

progresscli95

Installation

Built on Python 3.

Dependencies: rich

  1. Download the zip file and extract.
  2. Open your terminal/command prompt inside the extracted contents.
  3. Install the dependencies by running pip install -r requirements.txt
  4. Simply do python boot.py

Common Issues

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 -r requirements.txt?
    • That means that pip is not installed in your PATH variable. Simply run python -m pip install -r requirements.txt (or py3 -m pip install -r requirements.txt on Windows) to go around this issue.
    • If Python complains that there are no module named pip, install the package python-pip or python3-pip with your package manager and install rich after.
  • 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?