Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
A jam submission

Tower of SlimeView game page

SlimeTower
Submitted by casualBystander — 17 minutes, 36 seconds before the deadline
Add to collection

Play game

Tower of Slime's itch.io page

Results

CriteriaRankScore*Raw Score
Gameplay#123.5453.545
Aesthetics#153.7273.727
Overall#512.7272.727
Theme#692.4552.455
Sound#931.1821.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

Submitted(+1)

The art style and gameplay are amazing. Great job!

Submitted(+1)

Really liked the art style and controls.

Developer

Thank you!

Submitted (1 edit) (+1)

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!!

Developer(+1)

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!

Submitted(+1)

I love art style and gameplay logic. I dont get where is the theme.  Nice work!

Developer

The correlation with the theme was that you're supposed absorb objects to restore health, but either way thank you!

Submitted(+1)

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?)

Developer

Thanks! I will try to add more feedback if i do a similar project in future.