This project showcases a cookie clicker game built with Javascript, CSS and HTML.
This version of the famous Cookie Clicker game was made during my training process at Becode.
- Multiplier : Multiply the amount of points you generate per click (increases its cost + increases the multiplier value every time it is purchased)
- Bonus : For a limited time double the amount of points you generate per click (increases its cost every time it is purchased)
- Auto-click : Generate points automatically (inscreases its cost and reduces the interval every time it is purchased)
Light and Dark mode
- Vite
- HTML5
- CSS
- JavaScript
git clone project
pnpm install # or npm install # or yarn to install dependencies
pnpm run start # or npm start # or yarn ... to start developing
2023