andimiller / dice

an example scala-native program for rolling dice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dice

An example scala-native program that can roll and analyse sets of dice rolls.

Building

nix-shell -p clang
sbt
project diceNative
nativeLink

Will build a binary at ./dice/native/target/scala-3.1.1/dice-out

Usage

dice
Usage:
    dice roll
    dice analyse
    dice repl

a utility for dice

Options and flags:
    --help
        Display this help text.

Subcommands:
    roll
        Roll some dice
    analyse
        Analyse some dice
    repl
        Start the dice REPL

About

an example scala-native program for rolling dice


Languages

Language:Scala 100.0%