Awesome little game. It's like a 'christmas master mind' game. Love the combination of logic puzzles and musicality. This can't have been an easy programming task, good work!
Viewing post in Tinsel Tunes jam comments
thank you so much, that's exactly what we were going for!! it was an interesting challenge, the code is actually all on github if you're curious. the constraints were implemented with an abstract class (new godot 4.5 feature!) where each subclass defined the constraints and the description text, then it was just a matter of creating arrays of constraints for each puzzle which defo made creating the puzzles a bit easier.
constraints: https://github.com/Samiser/christmas-tree-decorator/blob/main/scripts/constraint...
tree 1 puzzles (arrays of constraints): https://github.com/Samiser/christmas-tree-decorator/blob/main/scripts/puzzles/tr...