I have been making games with play canvas for a while now but I still don’t know how I could make my projects into an exe. Can anyone help?
You will have to wrap them into another app or framework like Electron https://www.electronjs.org/
Hey @WilliamBoersma31, to add on to what @yaustar said, and to make the whole electron process easier, you can try Nativefier, an open source command line tool that wraps any web app into an electron app in one command. It can generate windows, macOS, and Linux builds.
Hey thanks for the help just wondering if anyone could send me an installer or something similar to it
Hi @WilliamBoersma31, did you mean an installer for nativefier? In that case you just need to do npm install nativefier
in your command line/terminal depending on what platform you’re on, as is mentioned in their docs. What OS do you run?
I use Windows 10 and I meant electron because I was having trouble with installing it
You can go ahead and try nativefier using npm
, if you don’t have npm, see here. Nativefier does wrap your apps in Electron .