The dev says this is one of three big announcements. One could possibly be a release date for the mobile version, but I’m not sure what the third could be.
The dev says this is one of three big announcements. One could possibly be a release date for the mobile version, but I’m not sure what the third could be.
One thing to watch out for though, is that if you focus exclusively on mult, eventually the scale tips and chips become more valuable.
You’re always ultimately doing
c * m
, chips times mult, right? Increasing c by 1 increases your total by…(c+1)*m - (c*m) = (c + 1 - c) * m = m
And vice versa for increasing m by 1. So, whichever is higher - your total mult or total chips - you should increase the other one. Usually this means increase mult, but building a bit multiplier can quickly make it outpace your chips for some hands.