Comments

Log in with itch.io to leave a comment.

Actial multiplier limit is 10B. At least I was not been able to buy beyond that.

Stops readimg large input numbers entered by hand

how to beat this in 1 min

1. set the buy amount to -1 billion

2. spam press the subtract button on the purple bar

3. wait

4. u win lol

Hacking the game about hacking.

(1 edit)

Bug report:

1.the "Max" button would set the asign amount to negitive number if the total/idel hacker amount is over 2147483648. Same for the % button if the final number would overflow.

2.  If you set the buy amount to negitive number, you  can use the - signs to asign hacker to any bar even if you don't have the number of idle hacker.

Hi, thanks for the bug report!

1. I think most of the issues stem from the fact that the input box can only store integers so finding a fix for that should solve most problems.

2. That bug is really funny because you can set it to a negative number, then subtract that mourn from a bar which then adds to it. So you can just add 1 billion to the last bar from the beginning. Great bug but definitely something I'm gonna patch lol.

Thanks for playing!

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!