Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Love the visual and auditory style! I really enjoyed the game and liked the difficulty curve at first, but kept waiting for it to get truly chaotic and hard, which never happened. I also wanted a reason to care about my score (and by extension, keeping the crank in the slice for the full time), but the score felt unimportant with endless levels and the need for lives. I wonder if this could be solved by either:

  • having predefined stages and tracking high scores per stage, so there would be fixed points where players could compare their score
  • having a timed mode (score driven) separately from endless mode (life driven)
  • unifying score and lives into one stat, so it subtracts score when you miss and the challenge becomes maintaining a high score

These are great ideas! Thanks! The turn into chaos comes around lvl 20 as it is right now, because the game starts shortening time of one step quickly (theres 12 predefined levels and after than they’re just randomly selected and fastened). I think that both a nicer difficulty curve and a better scoring system is needed. I probably won’t go towards unifying levels and score, but a penalty for missing is definitely something I want to try out.

I’m leaning towards procedurally generated levels (with a chart showing what awaits the player in the next level), but so far I haven’t tried it — I’m just fixing bugs and untangling the chaos code from the jam to eliminate weird bugs ;-)

Also, timed mode is a great idea!