When I analyze my games, I often want to manually draw areas around my positions to visualize each section of influence on the board.
My visualizations often differ significantly from what the computer would estimate the current board position to be, depending on what I am strategizing for the future of the game, and where I feel more or less confident than the computer.
To enable this in Sabaki, when the user is in estimate mode, I gave the user the ability to override the presented areas of influence.
I did a quick proof of concept here:
https://github.com/SabakiHQ/Sabaki/compare/master...RobertChrist:Sabaki:feature/drawTerritoryMap?expand=1
This code allows the user to edit in both scoring and estimation mode, but I could look into only allowing estimation. Or any other suggestions before opening an actual PR.
As a side note: the expected territory visualization in katrain is quite beautiful, and is something that might be worth considering in the future. : )
When I analyze my games, I often want to manually draw areas around my positions to visualize each section of influence on the board.
My visualizations often differ significantly from what the computer would estimate the current board position to be, depending on what I am strategizing for the future of the game, and where I feel more or less confident than the computer.
To enable this in Sabaki, when the user is in estimate mode, I gave the user the ability to override the presented areas of influence.
I did a quick proof of concept here:
https://github.com/SabakiHQ/Sabaki/compare/master...RobertChrist:Sabaki:feature/drawTerritoryMap?expand=1
This code allows the user to edit in both scoring and estimation mode, but I could look into only allowing estimation. Or any other suggestions before opening an actual PR.
As a side note: the expected territory visualization in katrain is quite beautiful, and is something that might be worth considering in the future. : )