The classic pong in all of its glory made in python
This was a game that was made using the Arcade library. It was orginally practice for a game jam.
To run the game, the following command must be executed:
pip install arcade
The code should work perfectly fine afterwards.