World Conquest Chronicles

World Conquest Chronicles

go-atari-models, v1.4

The library that implements checking and generating of Atari Go moves.

Improving checkings and generating of moves.

Change Log

  • improving checkings of moves taking into account self-capture;
  • adding generating of moves with additional checking for captures.

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:
    • pseudolegal moves;
    • legal moves (with additional checking for captures).

Repository

Link: https://github.com/thewizardplusplus/go-atari-models/tree/v1.4.

Content: code.

License: MIT.