项目作者: datashaman

项目描述 :
Generic clicker.
高级语言: JavaScript
项目地址: git://github.com/datashaman/clicker.git
创建时间: 2020-04-27T12:50:51Z
项目社区:https://github.com/datashaman/clicker

开源协议:

下载


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

  1. # install dependencies
  2. $ yarn install
  3. # serve with hot reload at localhost:3000
  4. $ yarn dev
  5. # build for production and launch server
  6. $ yarn build
  7. $ yarn start
  8. # generate static project
  9. $ yarn generate

For detailed explanation on how things work, check out Nuxt.js docs.