govariantsteam / govariants

A place to play Go variants
https://www.govariants.com
GNU Affero General Public License v3.0
5 stars 1 forks source link

enable graph boards for freeze #304

Closed merowin closed 1 month ago

merowin commented 1 month ago

Refactor Freeze board component to enable the graph boards.

This is an addendum to the rework where we enabled graph boards for baduk.

benjaminpjones commented 1 month ago

Awesome, thanks! I think at some point we should try to abstract some of the duplicated logic way, i.e. have some MulticolorBoard that can create a grid or graph without too much effort on the Variant's side. But that would take some effort, so this PR LGTM!