Subterfuge-Revived / Remake-Backend

Server side validation and API
Creative Commons Zero v1.0 Universal
10 stars 1 forks source link

Store game version with games #12

Open QuinnBast opened 4 years ago

QuinnBast commented 4 years ago

When a game is created, the app will send along with 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 for the game rooms.

Will also need to update the RoomController (create_room or room/<id> PUT endpoint)