ujh / iomrascalai

Iomrascálaí is an AI for the game of Go/Weiqi/Baduk written in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a board setup function

ujh opened this issue · comments

Implement Board.setup() which adds either a single stone or a list of stones (of different colors) to the board without applying any rules. This can then be used by the SGF AB and AW properties to set up a position (which is useful for setting up test positions) and by the GTP handicap command.