diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2017-02-07 18:20:30 +0100 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2017-02-07 18:20:30 +0100 |
| commit | ba2e08b09989ad68c3cfb9787c2b8322ea0a8c26 (patch) | |
| tree | 4d2926e57198bdb632da7242e288825534f2d389 | |
| parent | ef6dd8dee004d6866209825ca6b2757a21ac9c15 (diff) | |
| download | goffel-ba2e08b09989ad68c3cfb9787c2b8322ea0a8c26.tar.gz goffel-ba2e08b09989ad68c3cfb9787c2b8322ea0a8c26.zip | |
add Readme
| -rw-r--r-- | README.md | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..e76aeb5 --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +# goffel - the golang Kniffel/Yahtzee implementation + +If you don't know what [Yahtzee](https://en.wikipedia.org/wiki/Yahtzee) is you don't +need goffel. + +Goffel includes a library, which implements the game logic of Yahtzee, +as well as some game implementations. + +## Installation + +To install goffel just run: + +```go get muhq.space/go/muhq/goffel``` + +## Usage + +Goffel has a command line utility to start the various game interfaces. + +```goffel -h``` + +will present the available options. + +An example how to use goffel's library can be found in uis/interactive.go. +It implements a simple terminal based yahtzee game. + |
