dicegame/README.md

20 lines
392 B
Markdown
Raw Permalink Normal View History

2021-10-02 20:47:53 +00:00
# Ceelo
This is a fun dice game
2021-10-02 20:58:44 +00:00
[![asciicast](https://asciinema.org/a/6GRAeOBsJWmNK48NaEqYWOnql.png)](https://asciinema.org/a/6GRAeOBsJWmNK48NaEqYWOnql)
2021-10-02 20:47:53 +00:00
## 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