go-atari-models, v1.2
Posted on

The library that implements checking and generating of Atari Go moves.
Adding generating of moves via filtering from all possible ones.
Change Log
- adding generating of moves via filtering from all possible ones.
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;
- basic checkings of moves;
- generating of moves via filtering from all possible ones.
Repository
Link: https://github.com/thewizardplusplus/go-atari-models/tree/v1.2.
Content: code.
License: MIT.