You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
John McCardle 479450d04b feat: explicitly license artwork as CC BY-NC, per Logan's comments in developer Discord 2 years ago
.github/workflows Initial Commit 2 years ago
components fix: philosophers stone displays mana unit 2 years ago
layouts feat: dynamic screen border colors 2 years ago
pages chore: consistent padding 2 years ago
static chore: remove lingering nuxt icon 2 years ago
store fix: do not reset time magic mission; set era when prestiging 2 years ago
.editorconfig Initial Commit 2 years ago
.eslintrc.js lint: ignore page component names 2 years ago
.gitignore Initial Commit 2 years ago
.prettierignore Initial Commit 2 years ago
.prettierrc Initial Commit 2 years ago
LICENSE.txt feat: explicitly license artwork as CC BY-NC, per Logan's comments in developer Discord 2 years ago
README.md chore: name update and readme update 2 years ago
jsconfig.json Initial Commit 2 years ago
nuxt.config.js feat: custom key art w/ animations 2 years ago
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. 2 years ago
tailwind.config.js feat: use custom SVGs 2 years ago
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. 2 years ago

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