Skip to main content

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

Yeahhhh I think I forgot to add a "Well Done for finishing the game!" screen. (o.o)

More technical explaination (not that technical though)

Basically, the game stores levels in a  big list - but the thing is, my game engine will crash if the index goes "out of bounds". When you try and go past Level 3, it panics as Level 4 doesn't exist, and crashes. (x-x)