Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I’m really enjoying this game! MM3 was one of my faves as a kid and this captures a lot of that feel.

Does this run on TIC-80 on the PocketCHIP? I would really like to get this working on a portable device, but it keeps crashing on the CHIP. I’m running Tic-80 v.0.60.3, as any later versions are very slow. Keep getting crashes on launch. Do you know if there’s a way to get it to play? 

Thanks again for creating this game! 

Hey! This game allocates a lot of memory, this is why it probably crashes on PocketCHIP. Even some browsers don't deal well with it. I think the problem is the virtual machine that's part of my code, which loads all of the bytecode into RAM. I should have probably built it differently...