Skip to main content

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

Thanks! To be honest, the source is really not very well organized, but if there's a particular aspect you're curious about, I'd be happy to send you a relevant snippet! 

I'm most curious about the booter part, how gets to load resources once the loader is executed (I guess locations are hard coded like in a zx spectrum loader), but in general, nice game!

The booter was based directly on this: https://github.com/alexfru/BootProg
I can't take any credit for that. :)