Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 634 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 634 Bytes

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.