Play game
Mermaid Warrior's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Aesthetics | #12 | 3.462 | 3.462 |
User Experience | #12 | 3.000 | 3.000 |
Usage of Theme | #14 | 3.308 | 3.308 |
Overall | #14 | 3.256 | 3.256 |
Ranked from 13 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
Diversifiers Used
Sustainability
Leave a comment
Log in with itch.io to leave a comment.
Comments
fun and simple game, like the idea on putting the marmaid as the pointer, but got some problem with the object collide with each other
Thanks Donytos, great advice! I will fix them.
One way to fix this would be to change the type of the colliders. Make them Trigger colliders. If you're using raycasts to detect the clicks, raycasts can be told to detect trigger colliders. If you're using the OnMouseDown method, then you may not have to change anything else at all - though I haven't tested this myself, so you'll have to play around with it.
I use tons of trigger colliders in my games. Once you get comfortable with the difference between regular colliders and trigger colliders, you can mix and match them to do some extremely cool things.
I was struggling with how to fix this and thank you so much!!!
A nice slicing game! I had a little trouble with the objects colliding into each other at the bottom of the screen, but good other than that.
Yes, I notice that as well. Thanks buddy.
Really cool idea, mermaid waste ninja vibes. There are a few bugs I've noticed tho. Slicing the milk actually lowers your score, but if you ignore it you lose the game. Also, there's collision between the wastes, so if a bin falls on top of say, a can, it will not appear on screen and lose you the game. Other than that, loved the idea and the art choice! =)
Hey thanks Jeff! I will make sure to fix them! Cheers