I created a game in Phaser (phaser.io) and i want to know if there is any way to run it as standalone game (a .exe for Windows in example).
The game it's nothing special: a few .js files, several graphic and sound resources, and nothing more. I want to "compile" all in one executable file (or at least the main .js file) and run it outside the regular navigators.
Are there any way of doing this? Is there any "virgin" navigator engine (by virgin i mean without tabs/favorites/extension/..) that you can put inside .js, .png, .ogg, and other resources, and build it with the necessary info to start an specific .js?
Thanks!