minimal-pong

A minimal pong game


Keywords
minimal_pong, minimal-pong, pong, game, arcade
License
Other
Install
pip install minimal-pong==0.1.0

Documentation

OS support Python versions

minimal-pong

A minimal pong game — built with Python and powered by pygame-ce.

Showcase

How to install

Note: You need to have python installed on your machine.

pip install minimal-pong

How to install (Alternative: Download pre-built executables)

Note: This is useful if you don’t have Python installed or prefer a standalone binary.

You can also download platform-specific executables directly from the Releases page

How to run

minimal-pong
# Or
python3 -m minimal_pong

How to update (pip installations only)

pip install --upgrade minimal_pong

How to uninstall (pip installations only)

pip uninstall minimal_pong

Why??

Just for fun! 😄