Play game
Protect Me !!'s itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Audio | #211 | 2.079 | 2.750 |
Innovation | #219 | 2.268 | 3.000 |
Graphics | #226 | 2.268 | 3.000 |
Fun | #244 | 2.079 | 2.750 |
Theme | #245 | 2.268 | 3.000 |
Overall | #246 | 2.173 | 2.875 |
Game Design | #250 | 2.079 | 2.750 |
Ranked from 4 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
Outstanding game concept with lovely artwork and music. Requires to players and i am pretty sure this will make a lot of fun. Respect.
Interesting idea for a coop game! :) Just one thing, you could add collider or something to restrict player to the playzone.. Now you can move away from screen..
Thanks for Review but please help me i tried every way to add collider to restrict players but my player just passes through them using unity 2018.3
Well, I think that for colliders to work you need to have a rigidbody attached on one of the colliding objects. Do you have it on the players? Also check if you have rigidbody2D and 2D colliders . And if you have collider on the player. Also make sure that you don't have checked the option "Is trigger". These are the only things that I can think of without seeing the actual project in unity.