Such a beautiful game!
I'm really curious how does the game recognize the patterns that players make in order to rate them?
Viewing post in Cloud Posting jam comments
Thanks! The pattern recognition system was a whole ordeal, the way the system works is that it's cross referencing the player's drawings with drawings that we made of these prompts also using the same controls in a debug scene. The code takes into account stroke count, points, and the general motion of your movement and compares it to several samples we drew of each mission to give a rating. Not sure if I should divulge that much about how it works this'll be our secret