Skip to main content

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

Alright, here are my notes:
(they will probably sound quite negative, but that's because I focus on the things that should be fixed):

  1. FPS cap should include higher framerates like 165, 240 and 360 as such monitors exist (mine is 240hz so this may make the game feel stuttery)
  2. Main menu is cool but I'd like some button SFX.
  3. You don't need an FPS counter for 2D games.
  4. For earlier levels, you should make jumps more forgiving. Hard jumps early on just mess with the difficulty flow while the player is learning new mechanics (like the scrolls)
  5. I would add an SFX once a scroll recharges. It would be a nice indicator.
  6. Lighting-wise I would add a light to the player. The game feels really dark most of the time and lighting the area up around the player would help a lot.
  7. I like this foggy effect you tried to make, but you should have the texture move around in some way. It's not bad when moving, but when standing around it becomes very static.
  8. In the 3rd level (double jump scroll), you can very easily miss the scroll and get to the end of the level.
  9. Music has panning and distance attenuation. You can either make the max distance of music really large or attach it to the player.
  10. In level 4 my "R" scroll sprite disappeared.
  11. I used speed and got hit by a spike. After respawning I got yeeted out of the dungeon and into the void. The game does not have a reset button so this softlocked the game.
  12. Please nerf that jump in the 2nd level, it's way too hard.
  13. Level 4 needs some arrows or something to indicate where to go. There are a ton of blind jumps and that's not a great experience.
  14. I got to the last jump of level 4 (which was another blind jump) and I died because I used the wrong scrolls. This lead to the same softlock I mentioned before. I proceeded to ragequit the game afterwards.
  15. The scrolls were a bit "wonky" to use. If I have 3 scrolls and I choose to switch one, it should only switch to the one I don't have in my hotbar, which is not the case here.
  16. Sometimes the combined scroll abilities were inconsistent. Like double jump + big jump gave me 1 large jump and a small jump afterwards.
  17. To fix the double jump not giving you proper height on the 2nd jump, just reset the velocity.y if the player is going downwards.

Most jumps in this game are way too hard. One tip I have to avoid this in the future is to design the levels in a way that it's easy for you to beat. If you (the dev) is struggling with jumps, then it's nearly impossible for the average player.

So all in all, this is a game with a messed up difficulty curve, but easy to learn mechanics. The level design needs more work, especially in eliminating blind jumps, and making regular jumps more forgiving.

Thanks for a thoughtful review. Those are really good points for further improvements. Want to elaborate/comment on a few points.
6. There was a plan on adding a light scroll that would add that feature so the plan was to keep everything relatively dark with limited light source.
7. It is moving but I guess too slow 😅
13. The intention was to let player explore the level and give more paths. If during 1st jump player didn't get into the gap, on the bottom there is a second path that allows player to get to the right position. Not sure if the goal was achieved well.
15. Yes, that was the intended behavior - You should switch only between inactive scrolls (that are not set in the 1/2 slots).

Hello. Thank you for playing the game and giving such detailed feedback. It is sad to hear you had such bad experience.

I'd like to comment on some of the notes:
1. Going to add that as well as other options.
2.  5. SFX and music were the last to be worked on and not all SFX were added/made. Definitely going to add more.
3. I added it for debugging. Going to remove it for end user.
9. Could you please give more information on that? Is that music during cut-scene and actual game play sounds differently, like more to the left/right?

We are going to work on fixing known bugs, making difficulty curve right and adding missing features.
Hope you will enjoy the game after we resolve those issues.

(+1)

About 9:
So basically, your audio source for the music is not centered to the camera, but is just placed probably at (0, 0). This makes the music quieter when you get far away from (0, 0) and it also messes with the panning of it (how left/right the sound is) based on which side of the source you are. You can either attach the music source to your player/camera, or you copy the highlighted values from the image I sent.


Also, just to clarify, I still had fun playing your game, but in my feedback I always point out the things that I feel that it should be changed.
That probably makes it sound like I was having a bad time, when in reality it's just a cool game with some issues.