Skip to content

AnonymousX86/fix-the-engines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fix The Engines

My very first text-based paragraph game. A story about a crewman of Epsilon IV ship who wakes up in the middle of a disaster.

Installation

I'm using Ubuntu WSL with pyenv.

  1. Install WSL.

    wsl --install Ubuntu

    All steps are now done inside WSL.

  2. Install pyenv - https://github.com/pyenv/pyenv#installation.

  3. Install Python 3.11.6.

    pyenv install 3.11.6
  4. (Optional) Create virtualenv.

    pyenv virtualenv 3.11.6 fte
  5. Clone repository and cd into.

    git clone git@github.com:AnonymousX86/fix-the-engines.git
    cd fix-the-engines
  6. Set local version.

    • With virtualenv:

      pyenv local fte
    • Without virtualenv:

      pyenv local 3.11.6
  7. Install requirements (from requirements.txt).

    pyenv exec pip install -r requirements.txt
  8. Run the game.

    pyenv exec python -OOm FTE

About

My very first paragraph game; text based.

Resources

License

Stars

Watchers

Forks

Languages