From e50f6438dcd13f6e5c9e528786e739a15a20a4ab Mon Sep 17 00:00:00 2001 From: TheObsidianVoid Date: Fri, 27 Feb 2026 00:37:49 -0500 Subject: [PATCH] Create Not Quite Cookie Clicker remix mode --- README.md | 21 ++++-- index.html | 5 +- remix.js | 214 +++++++++++++++++++++++++++++++++++++++++++++++++++++ style.css | 54 +++++++++++++- 4 files changed, 283 insertions(+), 11 deletions(-) create mode 100644 remix.js diff --git a/README.md b/README.md index 636e89b..3837ce1 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,18 @@ -cookie-clicker -============== +not quite cookie clicker +======================== -This is a copy of the publicly available source of the game cookie clicker by orteil. +A playful fork of Cookie Clicker that keeps the core idle game feel but adds a fresh remix layer. -Here is the actual game: -http://orteil.dashnet.org/cookieclicker/ +## What's new in this fork -Here is the orteil home page: -http://orteil.dashnet.org/ +- **Crumb economy**: clicking and passive production now generate crumbs, a side resource. +- **Not Quite Lab panel**: a new interface in the middle column with live crumb/combo stats. +- **Combo click gameplay**: maintain fast click streaks for scaling bonus cookie bursts. +- **Mission system**: complete themed goals to earn larger crumb rewards. +- **New actions**: + - **Burst Batch** for instant cookie spikes. + - **Street Bakers** for extra passive cookie generation. +## Why this exists -The purpose of this repository is to provide a jumping off point for javascript programming for Coder Dojo members. +This repo started as a coding practice base, and now serves as a bigger sandbox for experimenting with idle-game systems and UI remix ideas. diff --git a/index.html b/index.html index e1b5f07..70fb022 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@ -Cookie Clicker +Not Quite Cookie Clicker