This is a simple 2-player game that can only be played on the same machine.
To find out more on game rules, refer to: Wikipedia
-
Right Player
- up-arrow to move paddle upwards
- down-arrow to move paddle downwards
-
Left Player
- 'a' to move paddle upwards
- 'z' to move paddle downwards
- registers continuous keypress
- registers holding down of key
- press 'q' to exit
- Game only recognizes one keypress at a time
- Ball speed increases at every paddle hit
- Ball speed resets once a paddle misses
- run main.py