Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tiagocordeiro/justpylander
Jogo simples desenvolvido em Python #JustPython
https://github.com/tiagocordeiro/justpylander
hacktoberfest justpython
Last synced: about 2 months ago
JSON representation
Jogo simples desenvolvido em Python #JustPython
- Host: GitHub
- URL: https://github.com/tiagocordeiro/justpylander
- Owner: tiagocordeiro
- License: mit
- Created: 2019-01-01T06:29:46.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-15T13:42:49.000Z (about 2 months ago)
- Last Synced: 2024-11-15T14:33:40.844Z (about 2 months ago)
- Topics: hacktoberfest, justpython
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JustPyLander
### Jogo simples desenvolvido em Python #JustPython ;-)
[![Build Status](https://travis-ci.org/tiagocordeiro/JustPyLander.svg?branch=master)](https://travis-ci.org/tiagocordeiro/JustPyLander)
[![Updates](https://pyup.io/repos/github/tiagocordeiro/JustPyLander/shield.svg)](https://pyup.io/repos/github/tiagocordeiro/JustPyLander/)
[![Python 3](https://pyup.io/repos/github/tiagocordeiro/JustPyLander/python-3-shield.svg)](https://pyup.io/repos/github/tiagocordeiro/JustPyLander/)
[![GitHub](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/tiagocordeiro/pybling/blob/master/LICENSE)[![asciicast](https://asciinema.org/a/QUU1nDHOYoEbs1cgtM0Qa5WE6.svg)](https://asciinema.org/a/QUU1nDHOYoEbs1cgtM0Qa5WE6)
## 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
```