Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
A jam submission

SeeSaw SolverView game page

Helps you solve algebra
Submitted by danilp — 4 hours, 13 minutes before the deadline
Add to collection

Play game

SeeSaw Solver's itch.io page

Results

CriteriaRankScore*Raw Score
Quality#23.5365.000
Educational value#43.5365.000
CI#52.8284.000
Overall#53.3004.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

Submitted (1 edit)

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?

Developer

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

Developer

Oh I see it now. Yeah, probably it's because it's the last equation and I didn't add a win screen.

Submitted

Ahhhh, it makes sense!