Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/datashaman/clicker
Generic clicker.
https://github.com/datashaman/clicker
clicker clicker-game
Last synced: 2 months ago
JSON representation
Generic clicker.
- Host: GitHub
- URL: https://github.com/datashaman/clicker
- Owner: datashaman
- Created: 2020-04-27T12:50:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T19:36:24.000Z (almost 2 years ago)
- Last Synced: 2023-04-13T21:41:45.842Z (over 1 year ago)
- Topics: clicker, clicker-game
- Language: JavaScript
- Homepage: https://clicker.datashaman.com/
- Size: 1.39 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# clicker
Generic clicker. Initial build borrows _heavily_ from *cookieclicker*; once I've got the basic building blocks done, I'll make it more unique.
Roadmap:
* ~add upgrades~
* ~abstract config into a theme file~
* ~add bought upgrades panel~
* ~add random distraction / rewards~ kinda, needs more
* add achievements
* add permanent upgrades
* add production counter (current run and all time) overall
* add production counter per building type (current run only)
* add current run time - uptime in default theme?
* add theme switcher
* add various themes, some ideas below:
* alchemy
* fantasy rpg
* healthcare (covid-19?)
* magic
* sci-fi
* add endgame scenarios, some ideas below:
* the singularity
* heat death of the universe
* easter eggs (as many as possible)## Build Setup
```bash
# install dependencies
$ yarn install# serve with hot reload at localhost:3000
$ yarn dev# build for production and launch server
$ yarn build
$ yarn start# generate static project
$ yarn generate
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).