halp
Create 2D games in JavaScript, made easier · By
An additional note about electron build:
It is possible to create an electron project of your game by clicking Project > Electron prebuild
This command will create an "electron" folder inside "distrib". In there, you'll find a readme file to guide you thru the Electron built itself (you'll have to `npm install` and `npm run build`).
If people also want a similar command for a NodeWebkit prebuild, please let me know ;)