A single-player implementation of cribbage written in Kotlin.
Make commands are used to simplify building and testing tasks.
To run the test suite, use:
make test
To build an executable .jar
with dependencies included, use:
make build
To build and run the executable, use:
make run
To run a pre-built executable, use:
java -jar ./build/libs/cribbage.jar