README.md
changeset 14 f67da1c20c86
parent 13 923ce3e425cd
child 15 eac7d78ff641
equal deleted inserted replaced
13:923ce3e425cd 14:f67da1c20c86
    12 - Mercurial repository: https://hg.lilotux.net/golang/mikael/takuzu/
    12 - Mercurial repository: https://hg.lilotux.net/golang/mikael/takuzu/
    13 - Github mirror: https://github.com/McKael/takuzu/
    13 - Github mirror: https://github.com/McKael/takuzu/
    14 
    14 
    15 Please read the [godoc documentation]](https://godoc.org/github.com/McKael/takuzu) for details.
    15 Please read the [godoc documentation]](https://godoc.org/github.com/McKael/takuzu) for details.
    16 
    16 
       
    17 # CLI demo
       
    18 
    17 This project also contains a command line utility, named `gotak`, to solve or
    19 This project also contains a command line utility, named `gotak`, to solve or
    18 generate puzzles.
    20 generate puzzles.
    19 I haven't written the tool documentation yet.
    21 I haven't written the tool documentation yet.
    20 
    22 
       
    23 To build the gotak CLI utility, you can use
       
    24 
       
    25 ```
       
    26 go get https://hg.lilotux.net/golang/mikael/takuzu/gotak
       
    27 ```
       
    28 
       
    29 (If you use the Github mirror, you'll have to update the import path manually.)
       
    30 
       
    31 # Online puzzle demo
       
    32 
    21 This library is used by GotakJS, an [online takuzu puzzle game](https://lilotux.net/~mikael/takuzu/),
    33 This library is used by GotakJS, an [online takuzu puzzle game](https://lilotux.net/~mikael/takuzu/),
    22 written in Go using [GopehJS](https://github.com/gopherjs/gopherjs).
    34 written in Go using [GopehJS](https://github.com/gopherjs/gopherjs).
    23 (On mobile, works best with Chrome.  On a computer, I've tested it with both Firefox and Chrome.)
    35 (On mobile, works best with Chrome.  On a computer, I've tested it with both Firefox and Chrome.)