To build the project you will only need a Java 11 (minimum) installation available to the PATH
In a terminal, navigate to the path where the project is checked out and execute gradlew build
The deliverable should be under the ./build/libs directory, relative to the project's path
- To run the application simply execute
java -jar <deliverables_name>.jar
- Once landed to the
pokerface $
command prompt typehelp
and enter to get started
All available commands will be listed. To seek further help on each command's usage run
help <command_name>