I have a question. I am trying to make an online cooperative game. The game will have two separate mini games, and the player will control just one of them, the other one will just show the state of the other player's game. For now, I want to just make the two games work in the same page, with one player controlling the first one and the other controlling the second from the same keyboard.
I tried having two script, one for each game where i created a small map and a player character. However, the two games seem to get linked somehow and if I start one of them the other one is started automatically, and furthermore, the two players appear only in one of the games, overlapping. Is there any workaround this? or should i make a big playground with two players? Can you have two separate playground and control them separately from the same page?