Skip to main content

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

Great game, good work. One question. Would a disk-version be technically possible? Then the game could be played on a lot more different hardware (1541/1541-II/SD2IEC etc), hence the question.

Thanks! A disk version would be tricky for two main reasons:

  • A lot of code is run direct from ROM to save on RAM.
  • When the player collects a power up the sprite data variations are switched in from ROM.

Ah okay, i understand.