Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arbrown/gofarkle
A tool for comparing AIs playing Farkle
https://github.com/arbrown/gofarkle
Last synced: about 7 hours ago
JSON representation
A tool for comparing AIs playing Farkle
- Host: GitHub
- URL: https://github.com/arbrown/gofarkle
- Owner: arbrown
- Created: 2013-06-03T22:27:26.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-12T04:24:29.000Z (over 11 years ago)
- Last Synced: 2023-07-31T17:24:18.631Z (over 1 year ago)
- Language: Go
- Size: 770 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
gofarkle
========A tool for comparing AIs playing Farkle
[Farkle](http://en.wikipedia.org/wiki/Farkle) is a dice game with a number of variants. This project aims to compare AIs playing a standardized version of Farkle (with support for adding rule variants in the future.) Read [the basic rules](http://en.wikipedia.org/wiki/Farkle#Play) for an intro on how to play, then reference the scoring table below for this project's standardized scoring rules.
| 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 Straigt (5)** | 1500 |
| **Three 4's** | 400 | **Long Straight (6)** | 3000 |
| **Three 5's** | 500 | **Three Farkles
in a row** | -1000 |
| **Three 6's** | 600 |