An incremental game you play a day at a time, leading up to Christmas!
Find a file
2023-02-15 20:00:36 -06:00
.github/workflows Fix workflows 2022-11-30 04:35:42 +00:00
.vscode Settings update 2022-12-13 19:53:15 +07:00
public Update location of advent calendar sprite 2022-11-30 23:55:47 -06:00
saves Update saves 2022-12-24 18:26:32 -06:00
src Remove showIf and make visibility properties take booleans 2023-02-15 20:00:36 -06:00
tests Change buyMax to maximize on repeatables, and make requirements report ability to maximize 2023-02-14 22:29:31 -06:00
.eslintrc.js Add eslint rule for strict boolean expressions and fix linting issues 2022-12-20 21:27:26 -06:00
.gitignore Fix isFunction typing 2022-11-30 04:35:37 +00:00
.prettierrc.json Fix isFunction typing 2022-11-30 04:35:37 +00:00
.replit Calendar WIP 2022-11-30 04:35:42 +00:00
CHANGELOG.md Fix isFunction typing 2022-11-30 04:35:37 +00:00
index.html Merge branch 'main' into days-15-16 2022-12-15 21:09:12 -06:00
LICENSE Fix isFunction typing 2022-11-30 04:35:37 +00:00
package-lock.json Update vitest 2023-02-04 19:16:22 -06:00
package.json Update vitest 2023-02-04 19:16:22 -06:00
README.md Fix isFunction typing 2022-11-30 04:35:37 +00:00
replit.nix Add nano to nix 2022-11-30 04:36:32 +00:00
tsconfig.json Fix isFunction typing 2022-11-30 04:35:37 +00:00
vite.config.ts Update vitest 2023-02-04 19:16:22 -06:00
vitest.config.ts Update vitest 2023-02-04 19:16:22 -06:00

Profectus

A game engine that grows with you

Run on Repl.it

Read the docs

Project setup

npm install

Hosts dev server and hot-reloads modules as they're changed

npm start

Compiles and minifies for production

npm run build

Hosts the production build

npm run preview

Lints and fixes files

npm run lint

Runs the tests using vite-jest

npm run test