Skip to main content

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

This is amazing for the electron.  How did you manage to code in Mode 2 without using the screen buffer to store game code as was the case in so many electron games (Citadel, Exile)

There is code on the screen area but it is not visible because I blank that area, that is 100 lines of the screen above the game area. So I can use it for code and data, about 8kb.