Skip to content

eszczepan/cookie-clicker

Repository files navigation

Cookie Clicker

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.

Cookie-Clicker-screenshot

Technologies

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

Installation

git clone https://github.com/eszczepan/Cookie-clicker

npm install

npm run start

Available scripts

Command Description
npm run start Open local server
npm run build Create optimized build
npm run test Run tests
npm run eject Eject CRA

Live

https://clicker-cookie.netlify.app/

Resources