go-atari-models, v1.0
Posted on

The library that implements checking and generating of Atari Go moves.
Major version.
Features
- representing the board as an associative array of stones with their positions as keys;
- immutable applicating moves to the board via copying the latter.
Installation
$ go get github.com/thewizardplusplus/go-atari-models
Repository
Link: https://github.com/thewizardplusplus/go-atari-models/tree/v1.0.
Content: code.
License: MIT.