A game engine that grows with you
https://moddingtree.com
thepaperpilot
c30724d907
Browsers make disabled elements eat events rather than let them bubble up This allows containers with disabled elements to have listeners still (Used specifically so after the board rewrite, purchased upgrades can still be dragged) |
||
---|---|---|
.forgejo/workflows | ||
.github/workflows | ||
.vscode | ||
public | ||
saves | ||
src | ||
tests | ||
.eslintrc.js | ||
.gitignore | ||
.prettierrc.json | ||
.replit | ||
CHANGELOG.md | ||
CONTRIBUTING.md | ||
index.html | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
replit.nix | ||
tsconfig.json | ||
vite.config.ts | ||
vitest.config.ts |
Profectus
A game engine that grows with you
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
Runs the tests using vite-jest
npm run test