Skip to content

tiagocordeiro/JustPyLander

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JustPyLander

Jogo simples desenvolvido em Python #JustPython ;-)

Build Status Updates Python 3 GitHub

asciicast

Como rodar o projeto

  • 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

Rodando os testes

pip install -r requirements-dev.txt
pytest tests/tests.py -s -vv

About

Jogo simples desenvolvido em Python #JustPython

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages