Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/coadler/farkle
- Owner: coadler
- Created: 2016-02-17T18:37:50.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-22T23:27:53.000Z (almost 9 years ago)
- Last Synced: 2024-12-23T16:44:33.579Z (16 days ago)
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Support: supportingFunctions.go
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 |