Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Issue with using MAX Hackers past 100 Billion. It screws up purple bar. Otherwise; good game. Finishes playthroughs in about 18 minutes or less.

(+1)

Hey, thanks for playing! I wanted to keep it pretty short for a jam game so I'm glad it finished I under 20. As for the MAX button, it's definitely bugged after a certain point, I'm still figuring out how to fix it lol. Glad you had fun!

(+1)

The quick-and-dirty fix is to switch all your 32bit numbers to 64 bit numbers (assuming your programming language supports it).

(+1)

I couldn't finish the game because of the overflow error :(

Like aguydude said you can use 64 bits (long and ulong types) if you're using integers, that will get you a long way (har har). Alternatively you can use float, up to 10^38, or double, up to 10^308.

Pretty simple game but still fun for its duration. Keep it up!

(+1)

Hi, thanks for playing! Sorry you couldn't finish lol, I'll put out a patch in a day or two for those issues. Thanks for the support!