| Issue 26: | change specifications of the game | |
| 1 person starred this issue and may be notified of changes. | Back to list |
|
this method is called by game id instead of passing game object /** * removes a game for the lobby * @param game * @return * @throws Exception if the game status is STARTED */ boolean removeGame(String gameId) throws Exception; |
||||||||||