Play game
Slime game's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Fun | #73 | 1.286 | 2.571 |
Overall | #76 | 1.000 | 2.000 |
Presentation | #77 | 1.000 | 2.000 |
Theme Interpretation | #78 | 0.714 | 1.429 |
Ranked from 7 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
Category
yes
Leave a comment
Log in with itch.io to leave a comment.
Comments
This was fun! Kinda reminds me of playing classic Pac-man, and it was satisfying whenever I could sneak between a couple enemies by a hair’s width.
I managed to get a score of 67 (from reading console output), but it would have been nice to have some kind of UI indicator for high score purposes. Having some visual indication of the side effects would be nice too.
For the other commenters: I’m guessing this has to do with running on a case-sensitive file system, I can see an asset called
assets/sprites/Enemy.png
and on my MacBook I was able to see enemies just fine. Maybe they could try renaming that file to lowercase (or theasset_server.load()
call to uppercase) and see if it works?Yeah. I’ve noticed that enemy’s sprite file was capitalized and I thought that I have corrected it… Unfortunately I must have not pushed this change to my github repository.
And about the score not being shown in the game. I wanted to do that… And finally I didn’t do it.
I am dead. But yeah, you forgor the enemy sprite. Hard to dodge john cena...
It is caused by the file name. For some reason I’ve named it “Enemy.png” instead of “enemy.png”.
The enemies are invisible :(