dicegame/README.md

22 lines
386 B
Markdown

# Ceelo
This is a fun dice game
[![asciicast](https://asciinema.org/a/14.png)](https://asciinema.org/a/14)
<https://en.wikipedia.org/wiki/Cee-lo>
## Getting started
1. write fennel
2. run the justfile
## TODO
1. Don't allow player to go into negative (Game over at zero dollars)
2. Abstract common parts of `bank-roll` and `player-roll`
3. I/O: Persist cash amt to player.fnl