mikew / wadpunk

Cross-platform app to help you manage your WAD library and launch Source Ports like GZDoom.
4 stars 0 forks source link

Start game from command line #79

Open mikew opened 5 months ago

mikew commented 5 months ago

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.