generated from profectus/Profectus
If you're like me, you're sick and tired of this nodebuster-likes trend. What could possibly be going through these devs' minds continuing to make the same games with the same mechanics over and over again!
Surely there is something nefarious going on - and you're going to stop it! You'll one-by-one liberate incremental game developers from the tyranny of being FORCED to make nodebuster-likes, and finally save the incremental games genre forever.
https://paperpilot.dev/sig/
| .forgejo/workflows | ||
| .github/workflows | ||
| public | ||
| saves | ||
| src | ||
| tests | ||
| .eslintignore | ||
| .eslintrc.cjs | ||
| .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