Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

This is a fun little math game! The impossible levels are a bit frustrating, though. I think it should run a check if there are three multiply operators to make sure there isn't a zero amongst the numbers. x, y, z, 0 with the operators *, *, * has two possible results: X*Y*Z or 0, so you basically only have one possible result since 0 will always fail.

Thanks for playing!

And yeah 3 Multiply is also bad if you have 2 or more Evens, even if none are zero. If I just got rid of 3 Multiply (guarantee one slot if Plus or Minus), there would be no impossible scenarios. One of the number slots is already guaranteed to be Odd.