Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

Really nice game, a lot of fun. I could reach 6 differents end.
The audio sound is a great plus. The control are fine but could be improve.
Some critics incoming, I like this game a lot, more you like, more you are picky. For other, don't read if you don't want to be spoiled.

  • You can move using A/D or left/right arrow, but you can't go throw door with up arrow.
  •  I would like to be able to pass the introduction, or the reset put you right after. It's fun the first time, then I felt more and more bothered at each game iteration.
  • The "maze" is not a maze, you have only one path >I guess related to liar narrator
  • You are stuck and can't move most of the time during instruction.
  • No sword attack animation, I'm sad I can't use my toy.
  • When you don't jump on the 2 first hole no more instruction.  Then jump on the secret one "you jump in the one I explicitly said you to not jump" when he the narrator didn't. He just told you to be careful.

Thanks for playing and giving some detailed feedback! Don't worry, I can handle critics! 

  • That's because I used the default Input.GetButton("Horizontal") for movement, but I added a button called ("Door") so you could use either W or a button on a controller (yes, you can play the game with an Xbox controller). Didn't think about duplicating the input to detect the up arrow too. My bad.
  • I planned to add another level 1 scene where the intro was wayyyy shorter, but I ran out of time before I could add it.
  • With the tiny screen space I allocated for an entire level, I couldn't do a true maze. Didn't plan for it to be a lie from the narrator, but I guess it works XP
  • I thought since you've got a "I don't care about the narrator" ending if you don't listen to him on the first few levels in a row, you'd actually need to listen to him if you didn't go for that ending. My friend proposed to add the ability to go through the unskippable dialogue faster on a key hold, but of course, it was too late.
  • Wait... no sword attack animation? There is one. I saw someone stream my game on Twitch today and the sword was swinging.
  • Yeah, about that. I basically did all of the dialogue lines on the fly. Most of it makes total sense, but some may not (like that one)

Anyway, thanks for the detailed critics! Taking some notes here to not forget stuff next time!

  • I had the "I don't care about the narrator" ending. In fact, I think have to wait the end of narration start to feel akward after having it.
  • For a maze with tiny level, you can probably use a door system. But to fit with the game, I imagine finding the true path based on narrator, so many more work needed. Plus maybe changing your code on how level and door work.
  • Slime attack with sword animation. I didn't find how. do it our self.

Their is a way to go for the second door on the first level ?

(+1)

Notes taken about that narrator stuff. Will take it into consideration if I make another game with something similar.

Actually, my door system should be A-OK to create a maze like that! Would create a massive chaos of scenes in my project files, but it's possible!

I don't think I quite understand the sword issue. Slimes' swords work, so you mean that you just can't attack with it? Have you tried pressing E with the sword in hand?

About that second door. It does absolutely nothing as of now. I had planned to add a whole other path with completely different endings in that second door, but as you may have guessed, I ran out of time.