Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 856 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 856 Bytes

1

qBu0vZ

PinPong Game

This is a simple PinPong game developed in Java language.

How to Play

  1. Run the PinPongGame.java file.
  2. Use the arrow keys to control the paddle.
  3. Try to bounce the ball back to the opponent's side to score points.
  4. The game ends when one player reaches the maximum score.

Features

  • Simple and intuitive gameplay.
  • Adjustable game speed.
  • Score tracking.

Requirements

  • Java Development Kit (JDK) installed on your system.

Installation

  1. Clone this repository to your local machine.
  2. Compile the PinPongGame.java file using a Java compiler.
  3. Run the compiled file to start the game.