FourCharm is a networked implementation of Connect4. For building our project and running our tests Maven is required.
mvn install
mvn test
mvn verify
The build of FourCharm generates a JAR file for our project. This single jar file can be used to run the TUI, GUI and the server.
Running from commandline:
java -jar FourCharm-vx.x.x-jar-with-dependencies.jar
The gui can also be started by starting right from your OS for instance by double clicking depending on your OS.
java -jar FourCharm-vx.x.x-jar-with-dependencies.jar -c
java -jar FourCharm-vx.x.x-jar-with-dependencies.jar -s