Skip to content

MiramarCISC/CISC191-SPRING2021-A

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CISC 191 (Spring 2021, Group A) Final Project [Tic-tac-toe]

Starting the game

Run the server class once to host.
Each pair of clients that connect will be entered into their own game, managed by the server.

Prerequisites

  1. Maven
  2. Git
  3. JDK 8

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 the 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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages