Skip to content
/ Pong Public

My version of the classic game "Pong" written in Java.

Notifications You must be signed in to change notification settings

rsarky/Pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pong-Game

My version of the classic game "Pong" written in Java.

Currently it is 2 player.

'w'/'s' and 'up arrow'/'down arrow' are the controls to move the paddles.

Screenshots

screenshot-1

screnshot-2

TODO:

  • Implement Acceleration.
  • Simultaneous movement of paddles.
  • AI Paddle.
  • Smoother movement of Paddle.
  • Add Score.
  • Add Sound.
  • Revise checkCollision() method. (Ball going below lower edge)
  • Add menu screen.
  • Add power ups?
  • Implement an online multiplayer game.

Project was made using IntelliJ IDE.

About

My version of the classic game "Pong" written in Java.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages