Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 443 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 443 Bytes

Java Pong Game

About

This is a version of the popular game Pong, created in Java by Nishant Dash. This his very first project. It uses Java's AWT and Swing libraries to implement the graphics.

Issuses

There are a few known issues:

  1. Ball position and speed do not scale properly with resizing of window and therefore can get lost off screen or change relative speed.
  2. Game does not appear to start unless the window is resized