An incremental game you play a day at a time, leading up to Christmas!
Find a file
2022-11-30 04:35:42 +00:00
.github/workflows Fix isFunction typing 2022-11-30 04:35:37 +00:00
.vscode Fix isFunction typing 2022-11-30 04:35:37 +00:00
public Fix isFunction typing 2022-11-30 04:35:37 +00:00
saves Fix isFunction typing 2022-11-30 04:35:37 +00:00
src Fix boards not starting with starting nodes 2022-11-30 04:35:42 +00:00
tests/util Fix isFunction typing 2022-11-30 04:35:37 +00:00
.eslintrc.js Fix isFunction typing 2022-11-30 04:35:37 +00: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 Fix isFunction typing 2022-11-30 04:35:37 +00:00
CHANGELOG.md Fix isFunction typing 2022-11-30 04:35:37 +00:00
index.html Fix isFunction typing 2022-11-30 04:35:37 +00:00
LICENSE Fix isFunction typing 2022-11-30 04:35:37 +00:00
package-lock.json Fix isFunction typing 2022-11-30 04:35:37 +00:00
package.json Fixed board feature 2022-11-30 04:35:42 +00:00
README.md Fix isFunction typing 2022-11-30 04:35:37 +00:00
replit.nix Fix isFunction typing 2022-11-30 04:35:37 +00:00
tsconfig.json Fix isFunction typing 2022-11-30 04:35:37 +00:00
vite.config.ts Fix isFunction typing 2022-11-30 04:35:37 +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