https://github.com/mistekko/ccfinancialadvisor
Some scripts to help you spend your hard-earned cookies as wisely as possible.
https://github.com/mistekko/ccfinancialadvisor
cookie-clicker information-retrieval script userscript
Last synced: 5 months ago
JSON representation
Some scripts to help you spend your hard-earned cookies as wisely as possible.
- Host: GitHub
- URL: https://github.com/mistekko/ccfinancialadvisor
- Owner: mistekko
- Created: 2024-05-18T01:59:42.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-26T05:53:15.000Z (almost 2 years ago)
- Last Synced: 2025-02-16T08:27:17.418Z (over 1 year ago)
- Topics: cookie-clicker, information-retrieval, script, userscript
- Language: JavaScript
- Homepage:
- Size: 521 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CCFinancialAdvisor
## Overview
This repo contains a script for the [Cookie Clicker](https://orteil.dashnet.org/cookieclicker/) browser game which declares the following functions:
* `get_best_upgrades`, which prints a table of upgrades and evaluates which one is best.
* `get_best_buildings`, which does the same thing but with buildings.
* `achievement_bonus`, which calculates the CPS to be gained from earning an achievement.
## Usage
Just copy the contents of ccfa.js into the cookie clicker browser console. The last function call sets up a timer to call each script every 5000ms. You may find this annoying and pointless late game.
## Notes
* I have built and tested these scripts only on firefox and currently have no intention to support compatibility on any other platform or browser. If they work there, great; if not, that is not my problem until you open a pull-request or issue!
## To-do
* Merge the scripts into one single file
* Find an output medium other than the console
* Allow easier integration, i.e. via TamperMonkey or similar