This is a simple implementation of the classic Pong game using Python and the Turtle module.
- Player A controls the paddle using the 'w' and 's' keys.
- Player B controls the paddle using the up and down arrow keys.
- Python 3.x
- Turtle module
- Clone the repository.
- Run the 'pong.py' file using Python.
- Enjoy the game!
This project is licensed under the MIT License - see the LICENSE.md file for details.