Play game
SneakyVampire's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Theme | #102 | 2.111 | 3.500 |
Overall | #127 | 1.508 | 2.500 |
Overall | #147 | 1.206 | 2.000 |
Audio | #148 | 0.603 | 1.000 |
Gameplay | #150 | 0.905 | 1.500 |
Graphics | #154 | 0.905 | 1.500 |
Ranked from 2 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
Hi, I tested your game but I cannot play , it is too fast . You should put Time.deltaTime to setup the speed depending of the computer
https://docs.unity3d.com/ScriptReference/Time-deltaTime.html
Normally I use: PlayerSpeed= Speed * Time.deltaTime;
In this case the system will adapt to the computer of the player and the speed will be the same also on old an new computer.
Ok thanks.