Metadata-Version: 2.4
Name: pypong-lib
Version: 1.0.2
Summary: The Pong library for Python. Build terminal Pong games in minutes!
License: MIT
Project-URL: Homepage, https://github.com/CheezeDeveloper/pypong
Keywords: pong,game,terminal,console,library,framework,arcade,ping-pong,ascii-game,text-game,pure-python,no-dependencies,game-engine,retro
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Games/Entertainment :: Arcade
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# 🏓 PyPong

The Pong library for Python. Build terminal Pong games quickly!

Born from [Console Pong](https://pypi.org/project/console-pong/). Stripped down.

## Install

```bash
pip install pypong
