Eric Anderson

Results 52 comments of Eric Anderson

@wmacfarl, This change is live in beta! Please give it a spin and let us know if it meets your needs. Beta endpoint: https://arcade.makecode.com/beta Example usage: ```ts namespace MakeyMakey {...

@wmacfarl Here is an extension to test with: https://github.com/eanders-ms/makey-makey-ext/. Import this extension into your Arcade project to get the "remap simluator keys.." block pictured above.

Hi @kiwiphoenix364, sorry this is happening! With the the browser's dev console open, when you try to sign in, do you see any errors? (open with F12 key).

It would be useful if you or they could gather some debug info. Maybe there's an error happening in the background. First: Open your browser's debug console (F12 key opens...

This has been fixed. Close?

I don't know for certain if the double-reference is the cause of the version spec mismatch. It's my best guess.

It does seem to be due to package version mismatch. Here's the code: https://github.com/microsoft/pxt/blob/9c8eb0ff3434ef7b56bbca644e288900428140fc/pxtlib/package.ts#L646

@riknoll can we do a multiplayer gamejam on the forum?

A mix of local and networked multiplayer might be interesting to support one day, but for now lets disable 2nd player input entirely in the multiplayer sim.

For reference, @kiki-lee has a multiplayer end-screen implementation here: https://github.com/kiki-lee/target-practice-with-balls/blob/master/custom.ts