README.md
changeset 15 eac7d78ff641
parent 14 f67da1c20c86
child 16 1cde13306e8f
equal deleted inserted replaced
14:f67da1c20c86 15:eac7d78ff641
    10 provides functions to solve, build or validate takuzu puzzles.
    10 provides functions to solve, build or validate takuzu puzzles.
    11 
    11 
    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
    17 # CLI demo
    18 
    18 
    19 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
    20 generate puzzles.
    20 generate puzzles.
    21 I haven't written the tool documentation yet.
    21 I haven't written the tool documentation yet.
    22 
    22 
    23 To build the gotak CLI utility, you can use
    23 To build the gotak CLI utility, you can use
    24 
    24 
    25 ```
    25 ```
    26 go get https://hg.lilotux.net/golang/mikael/takuzu/gotak
    26 go get github.com/takuzu/gotak
    27 ```
    27 ```
    28 
    28 
    29 (If you use the Github mirror, you'll have to update the import path manually.)
    29 (If you use the Mercurial repository, you have to update the import path manually.)
    30 
    30 
    31 # Online puzzle demo
    31 # Online puzzle demo
    32 
    32 
    33 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/),
    34 written in Go using [GopehJS](https://github.com/gopherjs/gopherjs).
    34 written in Go using [GopehJS](https://github.com/gopherjs/gopherjs).