Welcome to the Ping Pong Game! This is a classic two-player game where players control paddles to hit a ball back and forth across the screen. The objective is to prevent the ball from hitting the edges of the screen.
- Move paddle up: Press "w"
- Move paddle down: Press "s"
- Move paddle up: Press Up Arrow
- Move paddle down: Press Down Arrow
- Pause game: Press Space
- Reset game: Press "r"
To run this game, you need to have the turtle
module installed. If you don't have it installed, you can install it using pip:
pip install turtle
To start the game, simply run the following command in your terminal:
python main.py