BaldissaraMatheus / text-adventure-game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Text adventure game

How to run the project

  1. You need Python 3.7.4 to run the project and a virtualenv.
  2. Run pyenv virtualenv 3.7.4 game-env on terminal to create a new virtualenv
  3. Than, activate it with pyenv activate game-env
  4. Go to this project folder and install it's requirements by running on terminal pip install -r requirements.txt
  5. Finally, all you have to do is run on your terminal python game.py

About


Languages

Language:Python 100.0%