pxt-arcade icon indicating copy to clipboard operation
pxt-arcade copied to clipboard

Arcade game editor based on Microsoft MakeCode

Results 349 pxt-arcade issues
Sort by recently updated
recently updated
newest added

When a game finishes and kiosk receives the game over event, the game gets immediately exited to the "Game Over" screen in kiosk. This can be frustrating because a user...

bug
kiosk

Noticed this game on forum which has the `.simstate.json` file included, but apparently this is supposed to get filtered out: https://arcade.makecode.com/81297-64610-42599-84021 From forum mod tool:

needs additional information

Reported by a teacher during our AP CS Principles training today. When adding the Robot Drawing extension to a new project, it throws an error message, and you're not able...

extension

**Describe the bug** After installing the makecode extension in vscode, running the simulator option shows error: trg-arcade.userpxt.io refused to connect. **To Reproduce** Steps to reproduce the behavior: 1. Go to...

I noticed that the game over behavior is different for a game that does not explicitly use the Game Over block. For example, the end screen is different for a...

api

We found that when the MicrobitV2 was inserted diagonally into the NewbitArcadeshield the screen flipped up and down. But it doesn't happen with Arcade (microbitV2). https://github.com/user-attachments/assets/b2a5dea6-8a02-4f73-b106-7f3746a639c0 We guess it's caused...

Plugging in the MicrobitV2 when the NewbitArcadeShield is powered on may cause the screen to go upside down. I recorded a video here to illustrate this: 1, V2 (makecode) inserted...

**Describe the bug** when editing a function, clicking into the field for a parameter gives a trash icon above it to remove the parameter on desktop. On IOS, we pop...

bug
p2
functions
blocks

The `mixer` project depends on 2 APIs that are part of `game` but it does not depend on that library. ``` pxt_modules/mixer---samd/playable.ts(36,9): error TS2304: Cannot find name 'game'. pxt_modules/mixer---samd/playable.ts(40,9): error...