Simple game of pong recreated using pygame.
- Install requirements
pip install -r requirements.txt
- How to run the program
python pong.py
- Open settings.py
- Edit appropriately
- Left Arrow Key - Move Left
- Right Arrow Key - Move Right
- W Key - Move Left
- D Key - Move Right
- Space Key - Shoot Ball
- ESC Key - Quit Game