forked from profectus/Profectus
A game engine that grows with you
thepaperpilot
7fe57798bb
Should be thoroughly tested still Also involved removing operator overloads, which weren't good anyways |
||
---|---|---|
.github/workflows | ||
.vs | ||
public | ||
saves | ||
src | ||
tests/util | ||
.eslintrc.js | ||
.gitignore | ||
.prettierrc.json | ||
.replit | ||
CHANGELOG.md | ||
index.html | ||
jest.config.js | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
replit.nix | ||
tsconfig.json | ||
vite.config.ts |
Profectus
A game engine that grows with you
Project setup
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Lints and fixes files
npm run lint