5 in Row Coding Challenge
This application is developed using Java 1.8 and Springboot 2.2. Prerequisite to run this application is java 1.8
This directory contains the maven project for the connect-game server.
This directory contains the maven project for the connect-game-client
This directory contains the jar files for connecr-game server and connect game client
-
Go to the directory where connect-game-0.0.1-SNAPSHOT.jar is saved
-
Run the following command to start the connect-game server
$ java -jar connect-game-0.0.1-SNAPSHOT.jar
-
Open two command line terminals
-
Go to the directory where connect-game-client-0.0.1-SNAPSHOT.jar is saved
-
Run the following command in both terminals to start the clients :
$ java -jar connect-game-client-0.0.1-SNAPSHOT.jar -
If clients needs to be run from different machines, provide server ip address and port with command where server is running, example:
$ java -jar connect-game-client-0.0.1-SNAPSHOT.jar --destination.address=http://10.120.93.154:8190
-
Go to connect-game directory.
-
Run following command :
$ mvn clean install
-
Go to connect-game-client directory.
-
Run following command :
$ mvn clean install