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.
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.