- Clone esse repositório.
- Crie um virtualenv com Python 3.
- Ative o virtualenv.
- Rode o game.
git clone https://github.com/tiagocordeiro/JustPyLander.git
cd JustPyLander
python3 -m venv venv
source venv/bin/activate
python app.py
pip install -r requirements-dev.txt
pytest tests/tests.py -s -vv