项目作者: datashaman
项目描述 :
Generic clicker.
高级语言: JavaScript
项目地址: git://github.com/datashaman/clicker.git
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
# 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.