Skip to content

๐Ÿ““A Pong Game implemented to exemplify Client-Server architecture and multi-threading

Notifications You must be signed in to change notification settings

CSC3100/Pong-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

83 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Static Badge GitHub repo size GitHub Release License: CC BY-NC 4.0

Pong-Game

A Pong Game implemented as a Java Desktop Application to exemplify Client-Server architecture and multi-threading

Running

To run the server run as:

java -jar javiergs.PongGameServer

To execute the client run as:

java -jar javiergs.PongGameClient

User Interface

Running a server shows a panel where a player control left side and received client position via socket; running a client shows the player control right side and received server position via socket.

Blueprint

A drafted class diagram of the current release is as follows: