|
|
|
|
|
by Tronchenbiais
1733 days ago
|
|
I just finished solving the puzzles. Overall I really enjoyed the game. The only thing I did not like was that for certain puzzles, such as the Ying-Yang one, coming up with an idea that will solve the puzzle is quite straight forward, but figuring out the parameters you used for some of the curves can take a long time. The Ying-Yang problem has no hints and I had to use two different sine waves for the upper half and the bottom half of the screen, just because I couldn't guess which one you used. I also tried solving the "spiraling into control" one without looking at the hints, and was unable to. |
|
> The only thing I did not like was that for certain puzzles, such as the Ying-Yang one, coming up with an idea that will solve the puzzle is quite straight forward, but figuring out the parameters you used for some of the curves can take a long time.
Yeah, I know that's an annoying issue. I've been trying to think how to implement a good fuzzy judge, but so far everything I have will either forgive mistakes in small but important components or require a major restructuring of the game. Would be happy to hear if you have suggestions for that :)