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
we need a serialization format for game state in the DB. I wonder if it makes sense to just use SGF? Parsing it is probably a pain tho. So in that case, we probably want to come up with another serialization format.
We could also possible have to serialization formats:
One which contains game history and branching. This one is closer to SGF.
One which contains just the live state of a game, used for playing and recovering game state.
The text was updated successfully, but these errors were encountered:
we need a serialization format for game state in the DB. I wonder if it makes sense to just use SGF? Parsing it is probably a pain tho. So in that case, we probably want to come up with another serialization format.
We could also possible have to serialization formats:
The text was updated successfully, but these errors were encountered: