Skip to main content

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

Game can become unwinnable, because all operations become division and multiplication, while lower boundary is like 400 and upper boundary is 799, so you never can do even *2 or /2, and this can happen long into the game, because doing + and - operations is taking too long (numbers are very small)

Yes, I also noticed that issue, but I haven't had a good idea to solve it. Maybe I'll increase the chance of "shuffle" more, or add more special options.