This is a simple Pong game written in Python using the turtle
module. The user can control the left paddle with the 'w' and 's' keys and the right paddle with the up and down arrow keys.
- Run
python main.py
to start the game - Use 'w' and 's' keys to move the left paddle up and down
- Use up and down arrow keys to move the right paddle up and down
- The game ends when one of the players reaches a score of 10
Contributions are welcome! If you find any bugs or have suggestions for additional features, please open an issue or a pull request on this repository.