When a game is created, the app will send along the game "version", this field will be a string like "2.0.1" which tells the app what ruleset to apply when the game is being executed.
This will need a field in the database and should just be a new parameter to the create_room or room/<id> PUT endpoint
When a game is created, the app will send along the game "version", this field will be a string like "2.0.1" which tells the app what ruleset to apply when the game is being executed.
This will need a field in the database and should just be a new parameter to the
create_room
orroom/<id> PUT
endpoint