Search found 1 match
- Tue Dec 03, 2019 2:59 pm
- Forum: Games and Creations
- Topic: Steam Game Randomizer
- Replies: 3
- Views: 7664
Re: Steam Game Randomizer
You can use the steam:// [1] uri protocol to do lots of stuff in steam. In your case you will want to use steam://launch/appid. I'm not sure about the capabilites of löve in terms of third party http requests, but if you're able to use the steam rest api you can check out the GetOwnedGames [2] metho...