MCPcopy Index your code
hub / github.com/builtinnya/UncannyCookieClicker

github.com/builtinnya/UncannyCookieClicker @v0.6.1

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.6.1 ↗ · + Follow
196 symbols 390 edges 19 files 8 documented · 4%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Uncanny Cookie Clicker

A screenshot of Uncanny Cookie Clicker

Uncanny Cookie Clicker is a Chrome extension which helps you play Cookie Clicker. Currently supported features are:

  • Auto-click the big cookie at given interval
  • Auto-pop Wrinklers
  • Auto-click a golden cookie when it appears (avoiding red cookies if you want)
  • Notify you when a golden cookie appears
  • Auto-buy upgrades and buildings
  • Notify you when upgrades become available
  • Speed up the game
  • Auto-click and notify when a season popup appears

This extension also works on the [beta version of Cookie Clicker][].

Supported versions

The following versions of Cookie Clicker are supported:

  • 2.048 or above
  • 2.047 (beta) or above

Publishing

Extensions must be compressed into a zip file to publish to the Chrome Web Store. pack.sh is a helper script for compressing extensions used as below.

$ cd /path/to/repo
$ ./pack.sh src

Implementation note

  • Directory structure and messaging module for communication between background part and content script are inspired by chrome-skeleton.
  • Bi-directional messaging between scripts dynamically injected in a page and background part is implemented.

External libraries

Authors

License

Copyright (c) 2013-2023 Naoto Yokoyama. Distributed under the MIT License. See the file LICENSE.

Core symbols most depended-on inside this repo

Shape

Function 196

Languages

TypeScript100%

Modules by API surface

src/js/lib/jquery.js83 symbols
src/js/modules/gameClient.js49 symbols
src/js/lib/watch.js24 symbols
src/js/lib/bootstrap.js18 symbols
src/js/lib/underscore.js9 symbols
src/js/modules/util/pageMessagingCommon.js3 symbols
src/js/modules/util/pageMessagingProxy.js2 symbols
src/js/modules/util/pageMessaging.js2 symbols
src/js/modules/util/messaging.js2 symbols
src/js/popup.js1 symbols
src/js/page.js1 symbols
src/js/modules/util/pageMessagingClient.js1 symbols

For agents

$ claude mcp add UncannyCookieClicker \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page