I want to combine two html games, both running on the same page at the same time. But whatever I try, only the canvas of a one game appears on the screen (I tried ways like iframe, open local html, etc., but it didn't work)
I think I need to edit the html codes to allow another html game to run inside them. How do I do this?
(One game is made by construct, another game is made with another software)