Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dantecatalfamo/OpenCSE
Free implementation of the Can't Stop Express dice game.
https://github.com/dantecatalfamo/OpenCSE
dice game zig
Last synced: 3 months ago
JSON representation
Free implementation of the Can't Stop Express dice game.
- Host: GitHub
- URL: https://github.com/dantecatalfamo/OpenCSE
- Owner: dantecatalfamo
- License: gpl-3.0
- Created: 2022-08-18T06:20:32.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-25T04:06:07.000Z (over 1 year ago)
- Last Synced: 2024-01-27T09:38:48.954Z (10 months ago)
- Topics: dice, game, zig
- Language: Zig
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zig - OpenCSE🗒️Free implementation of the Can't Stop Express dice game
README
# Open Can't Stop Express
Free implementation of the [Can't Stop Express](https://boardgamegeek.com/boardgame/217547/cant-stop-express) dice game.
```
+----------------------------------------------------------------------+
| A | B | C | D | 5th |
|-----+----+-------------------------+------------+--------------------+
| 100 | 2 | □ □ □ □ | □ | □ □ □ □ □ | | | □ □ □ □ □ □ □ □ |
| 70 | 3 | □ □ □ □ | □ | □ □ □ □ □ | | | □ □ □ □ □ □ □ □ |
| 60 | 4 | □ □ □ □ | □ | □ □ □ □ □ | | | □ □ □ □ □ □ □ □ |
| 50 | 5 | □ □ □ □ | □ | □ □ □ □ □ | | +--------------------+
| 40 | 6 | □ □ □ □ | □ | □ □ □ □ □ | | |
| 30 | 7 | □ □ □ □ | □ | □ □ □ □ □ | | |
| 40 | 8 | □ □ □ □ | □ | □ □ □ □ □ | | |
| 50 | 9 | □ □ □ □ | □ | □ □ □ □ □ | | |
| 60 | 10 | □ □ □ □ | □ | □ □ □ □ □ | | |
| 70 | 11 | □ □ □ □ | □ | □ □ □ □ □ | | +---------+
| 100 | 12 | □ □ □ □ | □ | □ □ □ □ □ | | | Total |
+----------+-------------------------+------------+---------+
| -200 | 0 | + + + + + | + 0 | = +0 |
+------------------------------------------------+
```Dice pairs are entered separated by a space. For example `3 5`.