Metadata-Version: 2.1
Name: pascman
Version: 0.0.5
Summary: Eat every text that you want with this simpatic pacman! :D
Home-page: https://github.com/Ronald-TR/pascman
Author: Ronald Rodrigues Farias
Author-email: ronald-farias@outlook.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# PASCMAN ᗧ ⚇

![version](https://img.shields.io/badge/pascman-v0.0.5-brightgreen.svg)

Using the native Python Curses library to create a simple plain text pacman that eat every text that you want :D

![pascman-example](https://github.com/Ronald-TR/pascman/blob/master/docs/pascman.gif)

*No external dependencies, just **python native code*** :snake:

## Installation

`pip install pascman`

and that's all! :snake:

## Usage commands
On terminal:

    pascman <flags|args> (optional) # or 
    python -m pascman <flags|args>

Type --help and you will see all the commands descriptions
```bash

pascman --help                                       

usage: main.py [-h] [--file [FILE]] [--aggressive] [--mask [MASK]]

Eat every text with pycman!! :D

optional arguments:
  -h, --help            show this help message and exit
  --file [FILE], -f [FILE]
                        path to a file
  --aggressive, -g      just an alias for --mask=*FUCK*OFF*
  --mask [MASK], -m [MASK]
                        choose the trace that pacman will be leave
```
Basically, are three options: 

`--file <path to a text file>`

`--aggressive or just -g <displays *FUCK*OFF*> in pacman trace`

`--mask <here, you set the trace, be creative>`

If you dont set a --file or a --mask, you will play a small example with the default options.

## Game commands

a -- left

d -- right

w -- up

s -- down

and:

CTRL+C -- quit

Only **AWSD** key inputs are allowed into the game curse screen.

Enjoy! :D


