cookie-clicker-cli
v1.1.0
Published
A fun terminal-based Cookie Clicker game
Downloads
32
Maintainers
Readme
🍪 Cookie Clicker
A fun terminal-based Cookie Clicker game.
Installation
npm install -g cookie-clicker-cliUsage
cookie-clickerControls
| Key | Action |
|-----|--------|
| Enter | Click cookie / Buy item |
| E | Open/close shop |
| ↑ ↓ | Navigate shop |
| Q | Quit game |
Features
- 🖱️ Click cookies to earn points
- 🛒 Shop with 8 upgrades (Cursor, Grandma, Farm, Mine, Factory, Bank, Temple, Wizard Tower)
- 💾 Auto-save on every action
- 🌙 Offline earnings (up to 8 hours)
- 🎨 Colorful terminal UI (with
--no-coloroption)
Options
cookie-clicker --help # Show help
cookie-clicker --no-color # Disable colorsSave Location
| Platform | Path |
|----------|------|
| Windows | %APPDATA%/cookie-clicker-cli/save.json |
| Linux | ~/.config/cookie-clicker-cli/save.json |
Development
# Install dependencies
bun install
# Run in development
bun run dev
# Build for production
bun run build
# Lint
bun run check
# Auto-fix lint issues
bun run check:fixContributing
- Fork the repository
- Create your feature branch (
git checkout -b feat/amazing-feature) - Run linter (
bun run check) - Commit your changes (
git commit -m 'feat: add amazing feature') - Push to the branch (
git push origin feat/amazing-feature) - Open a Pull Request
Please read our Code of Conduct before contributing.
Tech Stack
License
MIT © mathisjs
