pxt-arcade
pxt-arcade copied to clipboard
Arcade game editor based on Microsoft MakeCode
Request from a partner, EndlessOS, who is doing outreach programs in emerging markets with no internet access. They have their own Linux computers they take to these countries and would...
**Describe the bug** The tutorial will **back to previous steps** when click **'Restore'** button of time other than 'Now' in Version History **Steps to reproduce the behavior** 1.Navigate to https://arcade.makecode.com/beta....
**Describe the bug** **"VS Code Extension":** Cannot load Arcade Simulator in VS Code Extension **Steps to reproduce the behavior** 1.Navigate to https://arcade.makecode.com/beta#. 2.Create a Project, switch to JavaScript and click...
**Describe the bug** **'Star Field'**: Click block **'set projectile to'** open **Variables** category in toolbox **Steps to reproduce the behavior** 1.Navigate to https://arcade.makecode.com/beta. 2.**Game Design Concepts**-> **Star Field**->Blocks Start Tutorial....
'Fossil Clicker': The workspace is blank when choosing Now in Version History after opening project
**Describe the bug** 'Fossil Clicker': The **workspace is blank** when choosing _**'Now'**_ in Version History after opening project **Steps to reproduce the behavior** 1.Navigate to https://arcade.makecode.com/beta. 2.**Game Jam**-> **Fossil Clicker**->Open...
Our performance for large block programs is not great. We run into this issue all the time on livestream, but it's also reported by our users on the forum very...
**Describe the bug** The **other step hint shows automatically** when **switch step by arrow** while **open current step hint** **Steps to reproduce the behavior** 1.Navigate to https://arcade.makecode.com/beta. 2.Open any tutorial....
**Describe the bug** The **hint** displays incompletely or not displayed sometimes in **Chrome** **Steps to reproduce the behavior** 1.Navigate to https://arcade.makecode.com/beta. 2.Open tutorial, such like Multiplayer Tutorials->**Arrow Battle**->Blocks Start Tutorial....
**Describe the bug** Assets editor in tutorial doesn't adapt size **Steps to reproduce the behavior** 1.Navigate to https://arcade.makecode.com/beta. 2.Tutorial->**Simple Extension**-> Blocks Start Tutorial. 3.Drag _set tilemap to_ block into _on...
Reported here: https://forum.makecode.com/t/using-normal-python-in-makecode-but-its-not-working/25746 and here: https://stackoverflow.com/questions/76394372/what-does-e-findidx-is-not-a-function-mean-in-minecraft-makecode-python When switching from python to ts, our type inference fails on functions that take array parameters. For example, this Python: ```python def whatever(val): val[0]...