Pong Game in Java
The Pong game is a classic arcade-style table tennis simulation developed using Java. The game captures the essence of the original Pong while incorporating modern programming paradigms and design.
Features:
- Interactive GUI: Built using Java's Swing framework, the game provides a smooth and user-friendly interface with responsive gameplay.
- Two-Player Mode: The game supports two players, each controlling a paddle using designated keyboard keys.
- Ball Dynamics: The ball movement is based on a physics simulation that accurately calculates bounces off walls and paddles, ensuring realistic gameplay.
- Score Tracking: An on-screen scoreboard dynamically updates player scores, ensuring competitive gameplay.
- Configurable Game Settings: Players can adjust game settings like ball speed, paddle size, and game duration to customize their experience.