A while ago I started to rewrite the startGame mutation so it only took a single parameter: the game id. This would pave the way for directly launching a game from the command line (or something like Steam). It would also pave the way for being able to add a play button directly to the list of games.
Since that was overly complicated, I'm probably going to start with just keeping it client side for now, and it will immediately show the game dialog and then start the game.
A while ago I started to rewrite the
startGame
mutation so it only took a single parameter: the game id. This would pave the way for directly launching a game from the command line (or something like Steam). It would also pave the way for being able to add a play button directly to the list of games.Since that was overly complicated, I'm probably going to start with just keeping it client side for now, and it will immediately show the game dialog and then start the game.