Skip to content

jayrock3000/CISC191-FinalProjectTemplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CISC191-SPRING2020-A

Intermediate Java Programming Group A

Prerequisites

  1. Maven
  2. Git
  3. JDK14

Building

mvn clean install

Running

java -jar Server/target/Server-1.0.0.jar
java -jar Client/target/Client-1.0.0.jar

Common Module

Shared classes between client and server modules.

Server Module

The server application that handles multiple clients.

Client Module

The client application used to connect to the server.

About

Final Project Template for CISC191

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%