Size problem?

robo-technical-group/monopoly: MakeCode Arcade port of Hasbro’s Monopoly(R). (github.com)
This is the repository. (not mine)

I tried to download this to my Meowbit device[official editor version 8.5.41] but it turned out a “code too large”

I did the same step on another 3rd-party editor → MakeCode Editor (ovobot.cc)[ms makecode version 6.12.22], it is used for Xtron pro and has extra functions
The “download” worked and I got the file(though there are a lot of problems running on my Meowbit device)
image

I opened the output file above in arcade.makecode.com and it can be opened. But when I clicked the “download” button the download failed again, with the error above (code too large).

I don’t understand why. Can I use another (maybe older) official arcade version (https://github.com/Microsoft/pxt/) to download a file with a better support for Meowbit?

I also have this issue. I have figured out how to solve it. You just need to condense your game down smaller or you can force it into the device but sometimes that doesn’t work you just need to download it to your computer to force it in there after doing that plug your device go in download Files take that drag and drop it into the device file.

I also have that issue on all my games

If there’s too much code in a project, the system is physically incapable of storing that huge amount of information (instructions) on the frankly, very limited device flash memory. There’s no way around this restriction, unless you install more storage onto your device, but that’s a whole topic for another time

what is the default maximum size of a program (512kb?)

(does the makecode official think every device only have up to 512kb or less?)

  • For example, Meowbit have 2Mb of flash space while xtron pro have 16mb. I tried to select both of them in the download menu before but neither of them have succeeded to download. (code too large, using the code I’ve mentioned in the first post) *


In this page I found the “512kb”: Creating your own Arcade hardware (makecode.com)