Closed benjaminpjones closed 2 weeks ago
Based on discussion on #137, this is a proposal to replace Board .vue files with a simple JS function. It's a larger PR, so to summarize:
DefaultBoard
uiTransform
FreezeGo
Testing: Freeze go and other variants seem to show up fine in the game list, game view, and demo view.
For example, here is the demo view:
Changes after accept:
Based on discussion on #137, this is a proposal to replace Board .vue files with a simple JS function. It's a larger PR, so to summarize:
DefaultBoard
(a selector for MulticolorGridBoard and MulticolorGraphBoard)uiTransform
(a function that can update the config and state to fit the DefaultBoard interface)FreezeGo
to theDefaultBoard
and test.Testing: Freeze go and other variants seem to show up fine in the game list, game view, and demo view.
For example, here is the demo view: