Pong game is a 2D arcade-style sports simulation built in Java using Swing and AWT for graphics and user interface. It recreates the iconic Pong experience—where players control paddles to hit a ball ...
HOW TO RUN (in Eclipse): 1. Run the ServerGUI.java (in game package), enter "8301" as the port number (8300 is being used by game), start server. 2. Run the ClientGUI, make an account, and play the ...