Help downloading game

I was trying to code my game on Microsoft Makecode but to make sure that I’m able to download it I tried to download as a file on my computer, but it didn’t download because it said the format was too large by a couple kilobytes, so I was wondering if there’s a way I could bypass it because I don’t think I could delete any code or any sprites because every single sprite is technically important to the game itself. so if you’re able to help, I would really appreciate it

If you’ve configured your MakeCode editor to use a handheld device, then the Download button will always try to compile your project for that device.

Instead, use one of the buttons that saves your project as a cartridge file. These buttons save your project as a PNG with your code embedded in the image. You get a screenshot of your game AND the code all in one file!

Screenshot below. Both buttons do the same thing.

But how am I able to download just the game (not the PNG) to my computer and make it a fully function game without the website running?

These are always browser games! If you use the project share link, you can play it outside the editor, but if you want it to be like an application you run on your computer, you’ll have to use this Convert your MakeCode Arcade games to Electron apps

1 Like