TimJones / autokittens

My own version of autokittens.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is my own improved version of autokittens.js

I've added an alloy-to-steel ratio setting to avoid depleting all the steel when auto-crafting alloy.

How to load

Create a bookmarklet with the following code:

javascript:(function(){var d=document,s=d.createElement('script');s.src='https://raw.githubusercontent.com/nonninz/autokittens/master/autokittens.js';d.body.appendChild(s);})();

TODO

  • Add a limiter to the trading (especially of Titanium and Uranium) when the resources are full
  • Auto-craft scaffold for auto-trading coal

Credits

This script is based on the work of /u/Quizer85 posted in his thread on /r/kittensgame.

About

My own version of autokittens.js


Languages

Language:JavaScript 100.0%