go-atari-models, v1.3
Posted on

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