Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Great game! It seems like you made a different ending depending on in which room you disobey plus a couple more, which must have been quite some work. I think my favourite is moving so fast that the narrater can't finish his sentences.

For those wondering, the surprise is definitely worth replaying the game a bunch of times until you follow all instructions correctly. Some improvements would be:

  • When jumping check if the bird is grounded or was grounded 0.2 seconds ago (helps a lot with the platforming). Also, check if the player pressed jump to jump (Input.GetKeyDown), not if I'm pressing jump (Input.GetKey). This fixes the bird continuously jumping.
  • Only the slime in room 6 drops a sword (bug).

Thanks for playing my game! Really happy that you enjoyed it! Yes, all of those endings took some work,and that "go too fast" ending is one of my favorite too!

About the sword dropping only on the first slime, no, this isn't a bug. I think I could have made the slime look a bit different to know that only it could drop it. Didn't have time, of course.