This is a simple PinPong game developed in Java language.
- Run the
PinPongGame.java
file. - Use the arrow keys to control the paddle.
- Try to bounce the ball back to the opponent's side to score points.
- The game ends when one player reaches the maximum score.
- Simple and intuitive gameplay.
- Adjustable game speed.
- Score tracking.
- Java Development Kit (JDK) installed on your system.
- Clone this repository to your local machine.
- Compile the
PinPongGame.java
file using a Java compiler. - Run the compiled file to start the game.