Java program socked based client to server system in which players can join the server and pass the ball around to eachother using the command line.
To run Pass The Ball, download the repository to your PC.
Run Server.java to start the server before connecting clients.
Once the server has started, run the Client.java file to add players to the game.
Players can only pass the ball if they have it in possesion, indicated by the terminal. Use the terminal commands to pass the ball around or wait for the player with the ball to pass it to you. Players will be notified when the ball is passed by a server notification accross all clients.