This is a clicker game. But it's not just any clicker it's one with predictions! In short, you’re given a mushroom, and your goal is to grow it by tapping the screen to earn points. Once you've accumulated enough points, the mushroom will fully grow, and you'll receive a prediction about your near future.
src
- source code for your kaplay projectpublic
- assets and other static filesdist
- distribution folder, contains your index.html, built js bundle and static assetsscreenshot
- image of the game
To modify the game, clone this repository and run the following command:
$ npm run dev
will start a dev server at http://localhost:8000
$ npm run build
will build your js files into dist/
$ npm run zip
will build your game and package into a .zip file, you can upload to your server or itch.io / newground etc.