Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

What software do you use to make GB Studio? Just curious. Also what code do you use to code GB Studio?

(+6)

GB Studio is written in a combination of Javascript, Typescript (for the user interface) & C (for the game engine part). I’m using React as a UI framework and Electron to build it is a desktop application and then I’m using GBDK to build the game files. The source code is all freely available here if you’re interested https://github.com/chrismaltby/gb-studio

I think also Assembly because it was the best to make .gb and .gbc