Metadata-Version: 2.1
Name: Pato-man
Version: 0.4.5.2
Summary: Pac-man with ducks
Home-page: https://github.com/AbraaoCF/Pato-man
Author: Abraão Caiana de Freitas
Author-email: abraao.freitas@ccc.ufcg.edu.br
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pygame

## Pato-man

Play your favorite arcade game, but as a duck!

## Installation

To install Pato-man, you'll need to have [Python 3](https://www.python.org/downloads/) (>= 3.6) and [pip](https://pip.pypa.io/en/stable/installing/) already installed on your computer. With those packages available, run:

```bash
pip install Pato-man
```

or

```bash
pip3 install Pato-man
```

## How to use

To start the game type:
```bash
patoman
```


