Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 440 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 440 Bytes

Game-of-Cards

A client server application that lets many clients play a card game together.

How to Run

Client

cd to the directory where the jar file is located. In the repo case it is target folder.

java -cp GameOfCards-0.1.jar GameOfCards.ClientStub

Server

cd to the directory where the jar file is located. In the repo case it is target folder.

java -cp GameOfCards-0.1.jar GameOfCards.ServerStub