Skip to content

beniaminp/Connect4-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to build

Requirements:

  • Git
  • Maven

Steps :

  • create a local clone of this repository
  • go to project's folder
  • run 'mvn package'
  • go to target folder (cd target) and in terminal run: java -jar Connect4Service-0.0.1-SNAPSHOT-standalone.jar
  • the server will start on port 9999 (http://localhost:9999)
  • go back one folder (in project root) and access the client by double-click-ing on 'ClientIndex.html'
  • Enjoy! :)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors