A game engine that grows with you
Find a file
2023-04-18 20:56:53 -05:00
.github/workflows Fix workflows 2022-11-07 22:10:42 -06:00
.vscode Update some VSC settings 2023-02-15 21:05:26 -06:00
public
saves
src Make formulas unwrap persistent refs automatically 2023-04-18 20:56:53 -05:00
tests Add else statement to conditional formulas 2023-04-18 20:56:23 -05:00
.eslintrc.js Add eslint rule for strict boolean expressions and fix linting issues 2022-12-20 21:33:23 -06:00
.gitignore
.prettierrc.json
.replit Fix settings to make replit work 2022-08-22 08:51:32 -05:00
CHANGELOG.md Add tests for modifiers 2023-04-15 22:43:42 -05:00
index.html Use fontsource for loading webfonts offline 2022-08-22 08:52:55 -05:00
LICENSE
package-lock.json Update TS 2023-04-16 21:48:38 -05:00
package.json Update TS 2023-04-16 21:48:38 -05:00
README.md
replit.nix
tsconfig.json Re-add tests to include array 2022-07-09 23:03:31 -05:00
vite.config.ts Include more assets in PWA precache 2023-02-25 11:35:27 -06:00
vitest.config.ts Update vitest 2023-02-15 20:31:29 -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