# PyngPong

PyngPong is a pre-built pong game

## Installation

```bash
pip install PyngPong
```

## Usage

```python
import PyngPong

PyngPong.play()#Will initiate the game

```

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

## License
[MIT](https://choosealicense.com/licenses/mit/)