This Python terminal-based ping pong game is a fun project where two players can compete against each other in a classic game of ping pong. The game features simple controls and straightforward gameplay, making it easy for anyone to pick up and play.
Players control paddles on either side of the terminal screen and try to bounce a ball back and forth. The objective is to prevent the ball from passing your paddle while simultaneously trying to get it past your opponent's paddle. The game keeps track of each player's score and declares a winner at the end of each match.
- Simple terminal-based interface.
- Two-player mode for competitive play.
- Easy-to-use controls for moving the paddles.
- Score tracking to keep players engaged.
- Python 3.x
- Terminal or command prompt environment
- Clone this repository or download the ZIP file.
- Navigate to the project directory in your terminal.
- Run
python3 app.py
to start the game.