# HG changeset patch # User Mikael Berthe # Date 1523133167 -7200 # Node ID f67da1c20c86c3f781df214e31a0c13f5426f1b3 # Parent 923ce3e425cda0e838dad1f977a4ab0430d0920f Update README diff -r 923ce3e425cd -r f67da1c20c86 README.md --- a/README.md Sat Apr 07 22:28:50 2018 +0200 +++ b/README.md Sat Apr 07 22:32:47 2018 +0200 @@ -14,10 +14,22 @@ Please read the [godoc documentation]](https://godoc.org/github.com/McKael/takuzu) for details. +# CLI demo + This project also contains a command line utility, named `gotak`, to solve or generate puzzles. I haven't written the tool documentation yet. +To build the gotak CLI utility, you can use + +``` +go get https://hg.lilotux.net/golang/mikael/takuzu/gotak +``` + +(If you use the Github mirror, you'll have to update the import path manually.) + +# Online puzzle demo + This library is used by GotakJS, an [online takuzu puzzle game](https://lilotux.net/~mikael/takuzu/), written in Go using [GopehJS](https://github.com/gopherjs/gopherjs). (On mobile, works best with Chrome. On a computer, I've tested it with both Firefox and Chrome.)