Play game
A Sacrifice (itch Spooktober Jam 2021)'s itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Theme | #177 | 2.357 | 3.333 |
Gameplay | #190 | 2.121 | 3.000 |
Audio | #195 | 1.650 | 2.333 |
Graphics | #196 | 2.357 | 3.333 |
Overall | #198 | 2.121 | 3.000 |
Ranked from 3 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
Interesting point-and-click style game. Some thoughts:
Thanks for the review π
You're right, I was going to add an ending screen that if you leave the building, the ritual fails and beast comes out for hunting. But I couldn't make it in time, so I thought leaving the building quits the game would be a fun addition π There also were going to be failure states for the ritual like if you used the wrong substance or did the steps in wrong order, but I simply couldn't finish the game in time to add those. I also planned to add some more elements (like sharpening the knife, convincing the participant back etc.) but they remained in paper as I couldn't make those in time as well. Apparently developing games takes too much time π Or I need to get better at time management I guess π€·ββοΈ
You're totally right on the 19th year part though. I'm thinking about updating the game after the voting ends so I will try to fix the story and add the other elements I wanted to add in the first place.
Thanks again for playing and reviewing π
Pretty solid little point-and-click game. It could definitely be streamlined a bit but it was good! Nice job!
Thanks for playing, I hope you enjoyed it π
Seems to be a cool game, but i can't understand everything, sadly the game resolution is wrong for me. even trying to change my monitor resolution, but still don't matched, if you update certainly will play.
I was expecting this, but I wasn't expecting it to mess with UI as well. I'll look into it, but I'm not sure how to fix it yet π€·ββοΈ I'll probably have to rewrite a big chunk of the code to fix this issue.
Hi,
I think I have fixed this issue, I've tried it on a 1280x720 and 1366x768 screen and it was working correctly. You can download the "A Sacrifice (itch Spooktober Jam 2021) v1.0.1 Hotfix.rar" version and it should work correctly now. Thankfully it wasn't as bad as I was afraid of, I just had to change the UI scale from "Constant Pixel Size" to "Scale with Screen Size" and while switching inventory panels had to get the required number from current screen resolution instead of using hardcoded 1920 pixels. I was sliding the buttons 1920 pixels left/right, now I'm sliding the Panel that holds the buttons to "Screen.currentResolution.width" amount of left/right.
Have fun!