Play game
Evil Self Platformer's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Concept | #31 | 3.479 | 3.667 |
Use of the Limitation | #32 | 3.479 | 3.667 |
Overall | #65 | 2.951 | 3.111 |
Enjoyment | #77 | 2.530 | 2.667 |
Presentation | #83 | 2.319 | 2.444 |
Ranked from 9 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
Team members
Bartha Roland
Software used
Unity
Use of the limitation
Using Health You Can Run Into Enemies And Kill Them But They Also Deal Damage.
Cookies eaten
I Actually Ate 12 Chips Ahoy Cookies.
Leave a comment
Log in with itch.io to leave a comment.
Comments
Not bad for a first submission, really nice concept you have there :D
Thanks :D
Very fun, but it's really annoying how can't jump by just pressing fast (I know the charging thing, but it should do at least a small jump), and the sprites are really blurred.
Thanks for the opinion, I will try to make a better game next time!
Very interesting idea. First submission for a jam? Amazing!
Thanks for feedback, and yes first submission and actual working project.
Beautiful grafics
I like the main concept. Health is a weapon, currency and main resource to investigate the world. I death is your way to upgrade yourself. I like it )
But character controller not very responsive and heavy.
Thanks for feedback, also I know, my script is not the best but its my first working project and jam submission, so yeah. I would appreciate if you could tell me addforce or transform.position is better or neither. Thanks!
Very cool for the first project!
It's complicated question. But I come up with using RigidBody and AddForce or changing velocity in RB directly in FixedUpdate. Also I disabling gravity in RB and use my own Gravity through AddForce. Unity's is too slow for me usually.
Also there is many additional magic like clamping max velocity to not go too high. Adjusting acceleration and physics material friction etc.
So there are many little things to create perfect controller and there is no certain answer. You need to experiment and compare/analyze movement with the games you like. But you you use physics in any way I don't recommend move objects through Transform.
The graphics are beautiful and the idea is interesting. But it's hard to control the character.