pxt-arcade
pxt-arcade copied to clipboard
Arcade game editor based on Microsoft MakeCode
Remove 'a' from 'try your a game' in the IDE tour page....oh, I found some more edits to do in this thing.
**Describe the bug** When coding in JavaScript, one can instantiate a _music.Melody_ object with a melody string, and the call the object's _.play()_ method to play back the melody. However,...
**Describe the bug** SHORT: When running MakeCode Arcade ELF executables on Raspberry Pi OS, the main process turns defunct/zombie and the game hangs on exit. LONG: 1. When running the...
Would be great to add a way to populate the JSON file with user games. Scenario - classroom teacher wants to create an Arcade Kiosk populated with games from his/her...
Noticed that people didn't really understand how to enter their initials into the High Score. Would be great to add some more instructions to this page, like "Use Up and...
Noticed that sometimes when people entered in their initials to a high score, it was not being saved.
Teacher request - when students are testing/debugging programs that include a lot of user input ("Ask for String", "Ask for Number" blocks), it gets tiring to constantly use the game...
The [adding hardware page](https://github.com/microsoft/pxt-arcade/blob/master/docs/hardware/adding.md) for MakeCode arcade is outdated. We now support other processors than ARM cortex-m via the VM. The page should be updated.
**Describe the bug** 1. When adding a comment to a block and placing it neatly somewhere on the canvas, on every reopen of the project, the comment box is moved...