Play game
SeeSaw Solver's itch.io pageResults
| Criteria | Rank | Score* | Raw Score |
| Quality | #2 | 3.536 | 5.000 |
| Educational value | #4 | 3.536 | 5.000 |
| CI | #5 | 2.828 | 4.000 |
| Overall | #5 | 3.300 | 4.667 |
Ranked from 1 rating. Score is adjusted from raw score by the median number of ratings per game in the jam.
Leave a comment
Log in with itch.io to leave a comment.


Comments
I loved it!
Just a thing I saw: last equation of the Guess Solver (x=-24) told me that it was balanced but that value was not right. Am I missing something?
Thanks!
Are you talking about x/6+2 = 3*x/12+4?
Try plugging x = -24:
-24/6 + 2 = 3*(-24)/12 + 4
-4 + 2 = 3*(-2) + 4
-4 + 2 = -6 + 4
-2 = -2
Oh I see it now. Yeah, probably it's because it's the last equation and I didn't add a win screen.
Ahhhh, it makes sense!