After you successfully created a game, you should be taken to the game view for that game.
Game id is returned by create game api, we should
Use game id to make a call to search by game id
Use the results to load game view
Make sure that there is a progress dialog preventing user interaction after game is created until we get the response from the search, and dismiss dialog right before we switch to game view (or any time we have an error)
After you successfully created a game, you should be taken to the game view for that game. Game id is returned by create game api, we should