Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Dude! This is pretty good! I'm just curious about how were you able to make it an downloadable app. I've tried that and I've searched for it, but I haven't found good sources. I'd be pleased to know about how did you do it

Hey - thanks for playing! Glad you enjoyed it :)

So to pack it into a desktop app, I used a tool called Electron alongside Electron Forge. It’s pretty straightforwards if you follow their documentation - you can see the super basic setup I did for electron in the main.js file of the GitHub repo, and the setup for electron forge in the package.json