Its a replica of old pong game, inspired from nintendo video game. Built using python. Bounce.wav is the audio file for the bounce sound from paddles. Using python's turtle library, with custom built game loop.
The project is created using a guide created by @TokyoEdTech
The following image shows screenshot of the game in action.
The env folder contains python venv configuration, with the configuration file inside. Then its a simple matter of executing the pong.py file.
python3 pong.py