Skip to content

sarsapar1lla/cribbage

Repository files navigation

Cribbage

A single-player implementation of cribbage written in Kotlin.

Build and Test

Make commands are used to simplify building and testing tasks.

Test

To run the test suite, use:

make test

Build

To build an executable .jar with dependencies included, use:

make build

Run

To build and run the executable, use:

make run

To run a pre-built executable, use:

java -jar ./build/libs/cribbage.jar

About

A cribbage implementation in Kotlin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published