One of the top entries for me, I really like this game
Play experiment
ChemiSplice's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Originality & Innovation | #2 | 4.300 | 4.300 |
Overall | #16 | 3.727 | 3.727 |
Graphics | #24 | 3.867 | 3.867 |
Theme | #33 | 3.800 | 3.800 |
Audio | #41 | 3.400 | 3.400 |
Fun & Game Design | #81 | 3.267 | 3.267 |
Ranked from 30 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
Comments
I didn't choose da color palette :)
This code did :))
function generateWarmColor(inputNumber) { var seed = inputNumber * 97; var rand = function() { seed = (seed * 9301 + 49297) % 233280; return seed / 233280; }; var red = Math.round(rand() * 200 + 55); var green = Math.round(rand() * 170 + 85); var blue = Math.round(rand() * 150 + 105); return `${red};${green};${blue}`; }
Feels so great to play, and all the little touches did not go unnoticed (the randomized congrats messages, the game feel and polish, etc.). Like a few others, I was pretty lost past level 2 as I don't have a background in this stuff, but I imagine for those who do it'd be a really fun puzzler.
Super polished feel, beautiful color palette, and that title art is spot on. The puzzling itself though? I am terrible at it. But I can absolutely appreciate all the care and creativity that went into this game. Amazing work.
Okay, this was what i was worried about, being too dumb to enjoy it, and that's exactly the result.
I spent like 10 minutes but was not able to get past the first level. I saw that the other levels were unlocked, but what's the point when you can get stuck on the first one forever?
The game was good, the mechanics were smooth. The color palate and music were very suitable. It was lacking juice when compared to Ahnaf's usual standard. Overall I enjoyed being destroyed on the first level itself, but it's definitely me not knowing what valencies are. I kinda remember our science teacher teaching this, But i ignored it, as i did with trigonometry. I never realized i would use it to play a game. okay, i got too off the track. But the point was, the game is great, it's just not for me. It needs intelligence, which means i am not a target audience.
Do check our game Separated Shadows as well. Let me know your thoughts. Thanks in advance.
A very unique way to use the theme, I like the puzzle solving game. Great Job!
The game is fun and innovative! Also it's very juicy! I rate it 5 stars in all criteria :)))
Leave a comment
Log in with itch.io to leave a comment.