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 479450d04b feat: explicitly license artwork as CC BY-NC, per Logan's comments in developer Discord 2022-01-19 08:56:50 -05:00
.github/workflows Initial Commit 2022-01-03 18:53:38 -05:00
components fix: philosophers stone displays mana unit 2022-01-15 10:16:52 -08:00
layouts feat: dynamic screen border colors 2022-01-14 23:38:53 -08:00
pages chore: consistent padding 2022-01-15 01:08:36 -08:00
static chore: remove lingering nuxt icon 2022-01-15 01:08:36 -08:00
store fix: do not reset time magic mission; set era when prestiging 2022-01-15 01:08:36 -08: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
LICENSE.txt feat: explicitly license artwork as CC BY-NC, per Logan's comments in developer Discord 2022-01-19 08:56:50 -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 feat: custom key art w/ animations 2022-01-14 23:38:53 -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 feat: use custom SVGs 2022-01-14 23:38:53 -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