/pyng

Old but gold pong game to play with friends.

Primary LanguagePythonMIT LicenseMIT

pyng

Setup

Simply install python package

python3 -m venv .env
. .env/bin/activate

pip install .
pip install -e .[dev] #for development purposes

Then run as python module

python -m pyng

or with exported entrypoint

pyng