You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if we want to add this, but I just had this idea and wanted to write it down.
In the game creation form, we could display a preview of the board that will be used. This idea is mainly for variants with a new board pattern, so users can play with the parameters and find out what board it would be, without creating the game yet. It could be exclusive for certain variants (at the moment BadukWithAbstractBoard is the only variant with new board patterns and Fractional, and we could add this e.g. in their creation forms only)
Maybe a feature for the far future, as there are definitely more important things to work on.
The text was updated successfully, but these errors were encountered:
I think that would be great. And probably pretty easy - might extract some code from GameListItem and just skip the "for each move" logic
Another (heavier) approach - we might at some point want to have a graphical graph editor so that people can create boards without submitting code or editing JSON. This could also serve as a way to visualize the board (even if the user is not editing)
Not sure if we want to add this, but I just had this idea and wanted to write it down.
In the game creation form, we could display a preview of the board that will be used. This idea is mainly for variants with a new board pattern, so users can play with the parameters and find out what board it would be, without creating the game yet. It could be exclusive for certain variants (at the moment BadukWithAbstractBoard is
the only variant with new board patternsand Fractional, and we could add this e.g. in their creation forms only)Maybe a feature for the far future, as there are definitely more important things to work on.
The text was updated successfully, but these errors were encountered: