Metadata-Version: 2.1
Name: bomberpy
Version: 0.0.1
Summary: O clássico Bomberman
Home-page: https://github.com/vitorito/bomberpy
Author: João Victor O. Batista
Author-email: victorolivbati@gmail.com
License: MIT
Keywords: jogo,game,bomberman,arcade,ação
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pygame (>=2.0)

# Bomberpy
O clássico Bomberman feito em python

## Instalação
```
$ pip3 install bomberpy
```

## Como jogar
Para iniciar o jogo, digite: 
```
$ bomberpy 
```

## Controles
- w move para cima 
- s move para baixo 
- a move para a esquerda
- d move para a direita
- espaço coloca a bomba

