This application is an implementation of Pong, originally developed and released by Atari in 1972. pong-arcade was created using pygame and various resources.
As per PEP 668, it is recommended to use pipx to install this application:
pipx install pong-arcadeOtherwise:
pip install pong-arcadeThis application may also be built and installed from source. Requires the pip package build:
python3 -m build
pipx install dist/*.tar.gzpython3 -m build
pip install dist/*.tar.gzpongThe controls may be examined in-game from the menu.
EscQuitCControls1Select first menu option2Select second menu option3Toggle third menu option
W/IMove upS/KMove down
Player1 may use either control scheme in single-player games.
P/QPause the gameM/ZExit to menu
Distributed under the MIT License. See LICENSE for more information.
Github - jacob-thompson/pong-arcade
PyPI - pong-arcade
Jacob Alexander Thompson - [email protected]

