To Infinity And Beyond

Incremental games face a rather unusual programming challenge: the need to represent numerical values without any upper bound. Since the whole point of an incremental game is to gain exponentially more power after every reset, without ever reaching a final limit, conventional numerical types of any size are simply too restrictive.

Read More