Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/coadler/farkle

A Go program to simulate the dice game Farkle
https://github.com/coadler/farkle

Last synced: 13 days ago
JSON representation

A Go program to simulate the dice game Farkle

Awesome Lists containing this project

README

        

| Dice | Score | Dice | Score |
| ---------- | ---- |--------------------------------- | ---------------------------------------- |
| **Each 1** | 100 | **Four of a kind** | 2x three of a kind
for that number |
| **Each 5** | 50 | **Five of a kind** | 2x four of a kind
for that number |
| **Three 1's** | 1000 | **Six of a kind** | 2x five of a kind
for that number |
| **Three 2's** | 200 | **Three Pairs** | 750 |
| **Three 3's** | 300 | **Short Straight (5)** | 1500 |
| **Three 4's** | 400 | **Long Straight (6)** | 3000 |
| **Three 5's** | 500 | **Three Farkles
in a row** | -1000 |
| **Three 6's** | 600 |