Skip to content

The classic game of Pong with the ability to give the ball spin by hitting it with enough speed. 1-Player, 2-Player, and AI mode with Easy and Hard mode.

Notifications You must be signed in to change notification settings

DillonKyleDev/Pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Screenshot 2024-11-26 212223

Pong

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.

Controls

Left Paddle:
W -> up
S -> down

Right Paddle (when playing against another human):
O -> up
L -> down

To Play

  1. Download the .zip file
  2. Extract
  3. Open the project in Intellij IDE
  4. Run it
  5. Play Pong

Eventually I will turn this into an executable for easier access.

Screenshot 2024-11-26 212309

About

The classic game of Pong with the ability to give the ball spin by hitting it with enough speed. 1-Player, 2-Player, and AI mode with Easy and Hard mode.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages