Hi, can you export your game to anything besides HTML5? For example, Windows, Mac, Linux, or even mobile devices?
Thanks!
Create 2D games in JavaScript, made easier · By
it's possible to export all html5 game into windows, Mac or Linux using https://nwjs.io/ or https://www.electronjs.org/.
For mobile device you can use https://cordova.apache.org/ (it can build windows or mac too)