Skip to content

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

License

Notifications You must be signed in to change notification settings

saisk8/GameOfCards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages