Giter Club home page Giter Club logo

cookieclicker's Introduction

Cookie Clicker

A mirror of all the files needed to play Cookie Clicker. This can be useful if you want to:

  • Play offline
  • Make your own deploy
  • Read the code to make a mod... or cheat ๐Ÿ˜…

How to use

Either download the repo or clone it and host the /docs folder using a http server of your preference.

How it works

There is a node script that downloads all the files needed to run the game and saves them in the /docs folder.

The list of needed files was obtained by inspecting the code and by looking at the steam version files.

External files

Besides the files that the script downloads there are a few special files needed, these are files that were added manually to make sure the game is playable offline.

  • grab.json: On load the game makes a http request, to avoid this I created this mock response and use it instead. I set the heralt to 100.
  • fonts: The game uses Merriweather font, to avoid downloading the font from the web I made a local copy. This is the same approach as the steam version.

Ads and trackers

In the index.html there are a few ads and trackers setup, I manually removed them. So for future updates these need to be removed manually again.

Mods

The Cookie Monster addon is included by default.

Contributing

You are welcome to open PRs.

cookieclicker's People

Contributors

cyrillbrito avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.