# Ping Pong Game
By Govind Bajaj · 2023 · Case study

Tags: Java, Swing, AWT
Classic 2-player Ping Pong in Java Swing. Ball speed increases with each hit; score resets on a point.
## What you can do

- Play a 2-player match (W/S vs arrow keys)
- Ball accelerates with every hit
- Track the score

## Built with

`Java` · `Swing` · `AWT`