A game engine that grows with you
Find a file
2022-12-23 19:55:52 -06:00
.github/workflows Fix workflows 2022-11-07 22:10:42 -06:00
.vscode Switch from jest to vitest 2022-07-07 20:40:08 -05:00
public Implemented PWA 2022-06-26 15:22:22 -05:00
saves Delete safff.txt 2022-04-01 01:08:33 -05:00
src Made sections support computable titles and subtitles 2022-12-23 19:55:52 -06:00
tests/util Fix isFunction typing 2022-11-07 22:06:16 -06:00
.eslintrc.js Add eslint rule for strict boolean expressions and fix linting issues 2022-12-20 21:33:23 -06:00
.gitignore Create vue app 2021-05-19 17:21:51 -05:00
.prettierrc.json Fixing building / cleanup 2022-01-24 22:23:30 -06:00
.replit Fix settings to make replit work 2022-08-22 08:51:32 -05:00
CHANGELOG.md Version bump 2022-08-22 22:57:56 -05:00
index.html Use fontsource for loading webfonts offline 2022-08-22 08:52:55 -05:00
LICENSE Initial commit 2021-05-19 17:11:27 -05:00
package-lock.json merged grid rows and retain soft edges 2022-12-10 19:33:24 +01:00
package.json Fixed board feature 2022-11-07 22:09:20 -06:00
README.md Add test command to README 2022-07-07 12:14:28 +02:00
replit.nix Added support for replit 2022-03-01 21:03:00 -06:00
tsconfig.json Re-add tests to include array 2022-07-09 23:03:31 -05:00
vite.config.ts Fix formatting in vite.config.ts 2022-07-26 15:37:38 -05: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