Play game
Tower of Slime's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Gameplay | #12 | 3.545 | 3.545 |
Aesthetics | #15 | 3.727 | 3.727 |
Overall | #51 | 2.727 | 2.727 |
Theme | #69 | 2.455 | 2.455 |
Sound | #93 | 1.182 | 1.182 |
Ranked from 11 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
Leave a comment
Log in with itch.io to leave a comment.
Comments
The art style and gameplay are amazing. Great job!
Really liked the art style and controls.
Thank you!
The game definitely has a lot of potential -- it's adrenaline inducing and would be a lot more fun if the kill-you-juice didn't rise so fast. I couldn't even get to the first jump because it was on me within seconds. Assuming that you're simply increasing the kill-you-juice's position in the code, this could be related to computer performance -- using "delta" in your code is very important when doing things like this, as without it your game will play completely differently on different computers. On fast comptuers, lines of code run more often, so on a fast computer the kill-you-juice will rise much faster than on a slower computer. Other than that, good game! I loved the aesthetic and the potential is definitely there. Since my only problem with the gameplay stems from the differences in our computers rather than an actual problem with the game, I'll be sure to give it the high rating it deserves. Even if I didn't get far at all, what was there was fun and I kept trying even when I was fairly certain it was impossible just because I wanted to experience the game. Stellar job!!
I did add the delta variables to the player, but completely forgot i should also add it to other moving objects, a big mistake on my part. Thank you for the helpful comment!
I love art style and gameplay logic. I dont get where is the theme. Nice work!
The correlation with the theme was that you're supposed absorb objects to restore health, but either way thank you!
I like the movement system of this game and it feels great to jump high! I would suggest giving more feedback to the player to what direction they are going to jump and how powerful their jump is before they jump! (Maybe with arrows?)
Thanks! I will try to add more feedback if i do a similar project in future.