Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit) ( 1)

How do you make a React game an executable?

( 2)

We used Electron for that. You build your app as if it was a normal browser React app, then include your bundle code in an Electron project to run as a Desktop app.