Getting Started
Prerequisites¶
- Java 17+
- Maven 3.8+
- An IDE of your choose (Eclipse, VSCode, Intellij, etc..)
Installation¶
You can use any command line too such as gitbash, cmder. powershell or even integrated terminals like IntelliJ terminal for the installation step.
Enter the project directoryBuild¶
Build the project using maven
This should generate a directory calledtarget, which will have the runnable jar files for both client and server.
Run¶
To run the client or the server you can simply use the following commands of java
Or you can use the shell files