An incremental game you play a day at a time, leading up to Christmas!
Find a file
2022-12-25 17:09:41 -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 Version Bump 2022-12-25 17:09:41 -06:00
tests/util Fix isFunction typing 2022-11-30 04:35:37 +00: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 Show building on hover (pls don't break package.json) 2022-12-21 22:25:22 +00:00
package.json Infinite grid 2022-12-18 17:58:08 +07: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 Implement wrapping paper modifiers 2022-12-14 01:07:35 +00: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