A simple yet fun Pong game created using Processing.
Pong is a classic game where the player controls a paddle to hit a ball and score points. The goal is to keep the ball bouncing by hitting it with the paddle and prevent it from hitting the bottom of the screen.
- Processing โ Used for creating the game.
- Java โ Processing is based on Java.
- Markdown โ For documentation in the README.
-
Install Java:
- Download and install Java from the offical website.
-
Play Pong!
- Download the application for your operating system from the release page.
- You may need to unpack the folder.
- Start the application and have fun!
- Move the paddle: Use the mouse to control the paddle.
- Points: Score points by hitting the ball back.
- Game Over: The game ends if the ball hits the bottom of the screen.
- Ball Speed: The ball's speed increases over time.
- Paddle Movement: The paddle follows the mouse movement.
- Score Tracking: The score increases each time the ball hits the paddle.