This project was made using JavaFX. This version of Pong is slightly different from the usual version. If your paddle is going fast enough when you hit the ball, it will cause the ball to spin until the other paddle hits it back. When the ball is spinning it bounces differently and must be tracked differently than when it's not.
You can play against another human player or against an AI player with two difficulty modes to choose from (EASY & HARD).
First to 7 points wins.
Left Paddle:
W -> up
S -> down
Right Paddle (when playing against another human):
O -> up
L -> down
- Download the .zip file
- Extract
- Open the project in Intellij IDE
- Run it
- Play Pong
Eventually I will turn this into an executable for easier access.