Play game
Color Struggle's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Use of the Limitation | #174 | 2.806 | 3.000 |
Enjoyment | #182 | 2.940 | 3.143 |
Overall | #202 | 2.840 | 3.036 |
Concept | #215 | 2.940 | 3.143 |
Presentation | #222 | 2.673 | 2.857 |
Ranked from 7 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
Team members
Anıl Konaç
Software used
Golang and Ebitengine game library.
Use of the limitation
Each move reduces the player's health (colors).
Cookies eaten
2
Leave a comment
Log in with itch.io to leave a comment.
Comments
very simple but it's nice
Thank you for playing!
Echoing the other comments, some of the levels being impossible was a bit annoying, like this one: https://imgur.com/a/6zIAUn7
Maybe you could write a super simple bot to verify levels before they are generated? It could use A* path finding to ensure there was a color source withing range of the starting point, at least
Thank you, I will keep that in mind.
While trying the A* pathfinding implementation as you mentioned, I noticed a bug in the color source creation and fixed it. This fix doesn't prevent impossible levels, but may reduce their probability.
Oh awesome, that makes a lot of sense
I think the levels are sometimes impossible, please add some sound, idea can be fun just iterate on it and find how you can use it more
You are right. In total, I was able to find a day of development time. So the game could have been better.
Thank you for the feedback.
I noticed a bug in the color source creation and fixed it. This fix doesn't prevent impossible levels, but may reduce their probability.
Great idea and implementation! Good job!
Thanks!
:O