I’m making a browser-based game in defold, for now it’s just tic-tac-toe.
I want to make a feature that lets you share a URL, such as through discord, twitter, etc to post a match so others can watch the replay or spectate it live etc.
For example if the game is normally playable at www.mygame.com, a URL might look like:
www.mygame.com/matchid?=1234
Is there a way to make this type of URL ‘talk’ to a Defold game so that Defold can navigate the game to that specific match, in other words a match with the ID of “1234”?