Private clone of https://github.com/NYIGJ/timekeeper
John McCardle
128387bede
apprentices are reset to zero on prestige. Repeatable missions are reset when prestiging (namely the repeatable prestige quest, so, infinite loop now available) reinstated Time Travel Precision, an upgrade to prestige to your childhood self instead of adult self. |
||
---|---|---|
.github/workflows | ||
components | ||
layouts | ||
pages | ||
static | ||
store | ||
.editorconfig | ||
.eslintrc.js | ||
.gitignore | ||
.prettierignore | ||
.prettierrc | ||
README.md | ||
jsconfig.json | ||
nuxt.config.js | ||
package.json | ||
tailwind.config.js | ||
yarn.lock |
README.md
Timekeeper
An incremental game created for New Years Incremental Game Jam 2022.
Getting Started
With Volta installed:
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# generate static project
$ yarn generate
For detailed explanation on how things work, check out the .
Architecture
A single-page web app made with Nuxt (a Vue app framework) and Tailwind