This repository has been archived on 2024-03-13. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
John McCardle 128387bede feat: refining prestige mechanics
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.
2022-01-14 21:38:19 -05:00
.github/workflows Initial Commit 2022-01-03 18:53:38 -05:00
components feat: fix main currency display format; closes #90 2022-01-14 15:11:05 -05:00
layouts feat: narrative modal and game flow draft 4 2022-01-14 00:02:19 -08:00
pages feat: refining prestige mechanics 2022-01-14 21:38:19 -05:00
static Initial Commit 2022-01-03 18:53:38 -05:00
store feat: refining prestige mechanics 2022-01-14 21:38:19 -05:00
.editorconfig Initial Commit 2022-01-03 18:53:38 -05:00
.eslintrc.js lint: ignore page component names 2022-01-09 20:32:12 -08:00
.gitignore Initial Commit 2022-01-03 18:53:38 -05:00
.prettierignore Initial Commit 2022-01-03 18:53:38 -05:00
.prettierrc Initial Commit 2022-01-03 18:53:38 -05:00
README.md chore: name update and readme update 2022-01-06 01:27:38 -08:00
jsconfig.json Initial Commit 2022-01-03 18:53:38 -05:00
nuxt.config.js fix: itch sucks 2022-01-12 18:59:47 -08:00
package.json "incremental.js" vuex store for shared state. See InfinityTester component for examples on how to modify the store; arbitarily many currencies can be controlled. 2022-01-06 14:31:09 -08:00
tailwind.config.js chore: do not purge dynamic grid classes 2022-01-10 09:09:51 -08:00
yarn.lock "incremental.js" vuex store for shared state. See InfinityTester component for examples on how to modify the store; arbitarily many currencies can be controlled. 2022-01-06 14:31:09 -08:00

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