I need help converting my makecode arcade project into an exe which can be played like other games like Minecraft
Wait, this is possible? If so, how? I want to know now too!
I have been wondering about this and you can make exports for different hardware in make code arcade hardware like the Pi0 and adafruit pygamer so if we could just make an emulator for one of these kinds of hardware that might be a go I did find a app called Zero Mate witch is a raspberry pi 0 emulator I’m trying to test if it reads the Pi0 export files
rather than going the emulator route, I think you might have more luck packaging up the web simulator in an electron app. when you publish a project to github, we automatically generate a github pages site with the game embedded in it.
for example, i just created this repo from within the makecode editor:
you can play the game on github pages here
the source for that page is located within the repo in the assets/
folder:
it would be pretty easy to take those files and wrap them in an electron project. plus, this would be cross platform out of the box.