[Extension] arcade-second-screen

Hey folks!

Thanks to the research performed by MakeCode Scientist @WoofWoof, I’ve created an extension that lets you take advantage of the ability to have more than one screen on multiplayer. I present: riknoll/arcade-second-screen!

From the README:

A MakeCode Arcade extension that allows you to have two screens in online multiplayer games: one for player 1 and one for players 2-4. This extension is perfect for 1v1 games and asymmetric 1v2 or 1v3 games!

With this extension, you can:

  • Create sprites that only render on one screen or the other
  • Create two cameras that follow different sprites
  • Set different background images/colors for different screens

Note: There is no way to have more than 2 screens or to allocate the screens differently (e.g. players 1+2 on one screen and players 3+4 on the other). There will always be one screen for player 1 and one for all of the other players. This is due to how MakeCode Arcade’s online multiplayer is implemented and there is no way to workaround it.

And here’s an obligatory demo game:

And here’s another demo game that has a tilemap and separate cameras for the players:

6 Likes