A fun terminal-based Cookie Clicker game.
npm install -g cookie-clicker-clicookie-clicker| Key | Action |
|---|---|
Enter |
Click cookie / Buy item |
E |
Open/close shop |
↑ ↓ |
Navigate shop |
Q |
Quit game |
- 🖱️ 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)
cookie-clicker --help # Show help
cookie-clicker --no-color # Disable colors| Platform | Path |
|---|---|
| Windows | %APPDATA%/cookie-clicker-cli/save.json |
| Linux | ~/.config/cookie-clicker-cli/save.json |
# 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:fix- 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.
MIT © mathisjs