Cookie Clicker is an "incrementer" game. The point of the game is to bake cookies by clicking on a giant cookie until you have enough cookies to buy buildings.
The seemingly endless gameplay makes it a game that can last an indefinite amount of time, or at least until your device can no longer run it.
Original Cookie Clicker is a Javascript game released by Orteil on August 8, 2013.
| Tech | Description |
|---|---|
| React | Library for building user interfaces |
| Typescript | Javascript superset language |
| MobX | Simple, scalable state management |
| Bootstrap | UI library |
| ESLint | Javascript Linter |
| Prettier | Code formatter |
git clone https://github.com/eszczepan/Cookie-clicker
npm install
npm run start
| Command | Description |
|---|---|
npm run start |
Open local server |
npm run build |
Create optimized build |
npm run test |
Run tests |
npm run eject |
Eject CRA |
https://clicker-cookie.netlify.app/
- The images used in the project come from Cookie Clicker Wiki
