Icehawk78 / FrozenCookies

An automated Cookie Clicker tool.
120 stars 168 forks source link

Modularize most things #70

Open MarkTraceur opened 10 years ago

MarkTraceur commented 10 years ago

I'd like to have "modules" that can get loaded by preferences or by config variables (in the frozen_cookies.js script), to make the codebase a little easier to hack on and extend, and to hopefully decrease the network load if someone doesn't have preferences enabled (for e.g. autoclick, autobuy, autoreindeer).

I will wait until the reindeer patch is merged, though. I don't want to rebase that.

MarkTraceur commented 10 years ago

Oh, wait, I can build the framework without porting the reindeer thing. ONWARDS!