Feature you want to implement
I will enable for an owner to start the game of his/her room by request to ~/room/{room_id}/start/&user_id={user_id}.
It will return False if starting its game is failed due to invalid room_id or user_id, etc., otherwise, True.
This may be the final step for the basic user and room management milestone.
Feature you want to implement
I will enable for an owner to start the game of his/her room by request to
~/room/{room_id}/start/&user_id={user_id}.It will return
Falseif starting its game is failed due to invalidroom_idoruser_id, etc., otherwise,True.This may be the final step for the basic user and room management milestone.