Have you ever wanted to play a mediocre web game about clicking a cookie that has totally never been done before?
You have?!?
Great!
Featuring 7 original buildings, semi-functional Javascript, and temporary pixel art images, Clicker Cookie is an uncompleted masterpiece!
The game is available at clickercookie.github.io, and can be played with no setup necessary. If you discover a bug (you probably will), please create a new issue. To play on the beta version, click the version number in the bottom left of the window.
Note: The develop
branch is currently unstable as the transition to 0.7 is a major rewrite of the backend. Developing mods is not recommended. You have been warned.
Run npm install
to install dependencies.
Run npm run build
to compile, .js
files will be placed under the public/
directory. You can then create a local web server (something like npx serve
) and navigate to that directory.
I am royally terrible at writing NPM scripts, so we don't really have an npm run dev
like some other projects do. Instead, we run npx serve
and npx tsc --watch
in two different terminals (lol). This may change later.
This project is licensed under the GNU GPL-3.0 License - see the LICENSE file for details.