Comments

Log in with itch.io to leave a comment.

Finally beat it! Had extra chances at the end so I picked "Help the misfortunate", was not expecting that to work XD

Interesting game. A small bug: one of the equations I got was literally "75 / 0 + 4". I thought I was being smart by answering "nan", but sadly the game wouldn't have it :(.

I thought I got all of the division by zero errors, but it seems I missed one. I'll push an update, thanks for letting me know!

"Square root of" instruction should probably use different language, get the AI to prompt you "No, I meant the other one" (or similar), or add parentheses. Currently the language used is ambiguous (e.g. "The square root of 15 + 9" could mean 15^(1/2)+9 or (15+9)^(1/2) ), which seems a little out of place given the theme (though I know you can figure out it's set to always be the latter via process of elimination).

(3 edits)

Thanks for the feedback, I pushed an update that specifies things with parentheses.