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/
Find a file
thepaperpilot 843c90f039
Some checks failed
Build and Deploy / build-and-deploy (push) Successful in 1m13s
Run Tests / test (push) Failing after 1m12s
More polish etc
2026-03-27 07:46:36 -05:00
.forgejo/workflows Initial commit 2025-12-07 14:19:51 +00:00
.github/workflows Initial commit 2025-12-07 14:19:51 +00:00
public Implement cutscenes framework 2025-12-22 00:47:53 -06:00
saves Initial commit 2025-12-07 14:19:51 +00:00
src More polish etc 2026-03-27 07:46:36 -05:00
tests Initial commit 2025-12-07 14:19:51 +00:00
.eslintignore Initial commit 2025-12-07 14:19:51 +00:00
.eslintrc.cjs Initial commit 2025-12-07 14:19:51 +00:00
.gitignore Initial commit 2025-12-07 14:19:51 +00:00
.prettierrc.json Initial commit 2025-12-07 14:19:51 +00:00
.replit Initial commit 2025-12-07 14:19:51 +00:00
CHANGELOG.md Initial commit 2025-12-07 14:19:51 +00:00
CONTRIBUTING.md Initial commit 2025-12-07 14:19:51 +00:00
index.html Initial commit 2025-12-07 14:19:51 +00:00
LICENSE Initial commit 2025-12-07 14:19:51 +00:00
package-lock.json Added babble buds stage 2025-12-21 23:08:57 -06:00
package.json Replace babble with simple victory messages 2026-03-05 20:14:26 -06:00
README.md Initial commit 2025-12-07 14:19:51 +00:00
replit.nix Initial commit 2025-12-07 14:19:51 +00:00
tsconfig.json Initial commit 2025-12-07 14:19:51 +00:00
vite.config.ts Added babble buds stage 2025-12-21 23:08:57 -06:00
vitest.config.ts Initial commit 2025-12-07 14:19:51 +00: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

Runs the tests using vite-jest

npm run test