microsoft / pxt-arcade

Arcade game editor based on Microsoft MakeCode
https://arcade.makecode.com
MIT License
474 stars 203 forks source link

multiplayer: update `ask` and `splash` blocks for multiplayer #5152

Open eanders-ms opened 1 year ago

eanders-ms commented 1 year ago

Users will want to limit who can press A on the splash screen.

This is in addition to https://github.com/microsoft/pxt-arcade/issues/513

abchatra commented 1 year ago

This goes with multi camera support

eanders-ms commented 1 year ago

There are two different features expressed in this issue:

  1. Limit who can dismiss a splash dialog, but it displays for everyone.
  2. Display splash dialog for only one user (multi-camera).

We should design for both, but we can implement (1.) first, then (2.) with multi-camera.

alex-kulcsar commented 2 weeks ago

(1) should be easy enough to implement as an extension. I have an example available here:

https://github.com/robo-technical-group/pxt-arcade-multiplayer-prompt

I'm considering bundling together these multiplayer-focused extensions that I've created. Also see:

https://github.com/microsoft/pxt-arcade/issues/5853