Implementation of the classig game Pong, using Pyglet.
This project builds and installs with Poetry.
After downloading the repository, and poetry, run:
poetry install
poetry run pong
Player 1: Move paddle up/down with W and S.
Player 2: Move paddle up/down with Up and Down arrow keys.
Quit the game with ESC.