Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

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 ;)