Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```