Redstone, a Go variant, now at BGA

Forum rules
Please DO NOT POST BUGS on this forum. Please report (and vote) bugs on : https://boardgamearena.com/#!bugs
User avatar
MarkSteere
Posts: 87
Joined: 09 March 2021, 19:21

Re: Redstone, a Go variant, now at BGA

Post by MarkSteere »

Ok, I properly installed the coordinates overlays for goban sizes 11x11 and 15x15.

And I changed the game progression function from

return min ( $total_stones / $board_size * 300, 100 );

to

return min ( $total_stones / $board_size * 200, 100 );
User avatar
MarkSteere
Posts: 87
Joined: 09 March 2021, 19:21

Re: Redstone, a Go variant, now at BGA

Post by MarkSteere »

At the request of Shinuito, I added a last move indicator. It's a lovely green (00a400) spot, exactly like in Cephalopod. It was 10px in diameter, but I had to squint to see it on a cellphone, so I changed it to 20px. Last move indicator is On by default, but you can turn it off in the menu. I don't know if this will work in your current games. Current games are showing the indicator in the lower left corner, A1. Maybe you have to make a move to get it going, or maybe you have to start a new game.
Post Reply

Return to “Go”