Subterfuge-Revived / Remake-Core

Core repository that holds all game logic for both front end rendering and back end validation.
Creative Commons Zero v1.0 Universal
39 stars 24 forks source link

Store game version with a game lobby #7

Closed QuinnBast closed 4 years ago

QuinnBast commented 4 years ago

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

QuinnBast commented 4 years ago

Posted in wrong project. Closing