How to speed up the game

kittens-game

I would like to increase the tick rate of my kitten simulation. I've tried changing gamePage.rate = 10 in the console, which should double it (it starts at 5) but it doesn't seem to have any effect.

Is it possible to increase the tick rate?

Best Answer

You should not mess with the tick() or rate too much. The game is optimized to work more or less smooth on the 5 tick per second, and you are expected to have significant performance impact on 10 and more.

What you can do, however, is get some paragon points (even 100 or 200 would make noticeable difference) by the means of reset or console. Paragons multiply all your production rates which is basically the same as faster update rate.