Open this page at https://github.com/joylabz/makeymakey-makecode-arcade-extension
This extension allows you to change the keys you use to control the MakeCode Arcade simulator so that you can use the Makey Makey to build controllers to play MakeCode Arcade games.
The Use Default Makey Makey Keys
block tells the simulator to use the inputs on the front of the Makey Makey as the keys to control the MakeCode Arcade game. These keys are:
- UP -> UP ARROW
- DOWN -> DOWN ARROW
- LEFT -> LEFT ARROW
- RIGHT -> RIGHT ARROW
- A BUTTON -> CLICK
- B BUTTON -> SPACE
- UP -> W
- DOWN -> S
- LEFT -> A
- RIGHT -> D
- A BUTTON -> G
- B BUTTON -> F
The Set Simulator Keymap for Player
block allows you to create a custom control scheme by choosing which keys correspond to which MakeCode Arcade simulator buttons.
This repository can be added as an extension in MakeCode.
- open https://arcade.makecode.com/
- click on New Project
- click on Extensions under the gearwheel menu
- search for https://github.com/joylabz/makeymakey-makecode-arcade-extension and import
To edit this repository in MakeCode.
- open https://arcade.makecode.com/
- click on Import then click on Import URL
- paste https://github.com/joylabz/makeymakey-makecode-arcade-extension and click import