20 lines
310 B
Markdown
20 lines
310 B
Markdown
# Ceelo
|
|
|
|
This is a fun dice game
|
|
|
|
<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
|