Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 366 Bytes

File metadata and controls

20 lines (15 loc) · 366 Bytes

Pong Java Game

A simple Pong game built in Java with both Multiplayer and AI support, and increasing difficulty.

Features

  • Classic Pong mechanics
  • 2-Player mode
  • Single Player with AI
  • Gradual difficulty increase

Build

Make sure Java 17+ is installed.

Run

Compile and run:

javac src/com/ponggame/*.java
java -cp src com.ponggame.Main