An incremental game you play a day at a time, leading up to Christmas!
Find a file
ducdat0507 efa33770f0 Custom scrollbars
Because I can
2022-12-13 22:05:03 +07: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 Fix isFunction typing 2022-11-30 04:35:37 +00:00
src Custom scrollbars 2022-12-13 22:05:03 +07: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 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 Branding 2022-12-01 00:22:10 -06:00
LICENSE Fix isFunction typing 2022-11-30 04:35:37 +00:00
package-lock.json Support node versions above node 16 2022-12-10 13:45:36 -06:00
package.json Support node versions above node 16 2022-12-10 13:45:36 -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 some more minor fixes and a hotfix for codespaces 2022-12-12 22:54:01 +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