The famous 70's arcade game, Pong Game! The game was made entirely with Python, using the Pygame library.
- Install or Clone the Repository.
- Use the package manager pip in your Virtual Environment to install the requeriments.
pip install -r .requeriments.txt
Player 1
- W ---------------> Up
- S ----------------> Down
Player 2
- ARROWUP -----> Up
- ARROWDOWN > Down
Pause and Exit
- ESC -------------> Exit
- SPACEBAR ------> Pause
Pull requests are welcome, for major changes, please open a issue first to discuss whatyou would like to change.
Please, make sure to update tests are appropriate.