No description
Find a file
MisterBowser c3f58a958a
Some checks failed
Build and Deploy / build-and-deploy (push) Successful in 57s
Run Tests / test (push) Failing after 57s
Merge pull request 'develop' (#2) from develop into main
Reviewed-on: #2
2025-07-02 02:18:36 +00:00
.forgejo/workflows Initial commit 2025-06-18 01:57:06 +00:00
.github/workflows Initial commit 2025-06-18 01:57:06 +00:00
public Initial commit 2025-06-18 01:57:06 +00:00
saves Initial commit 2025-06-18 01:57:06 +00:00
src Getting close to first layer done 2025-07-01 21:18:16 -05:00
tests Initial commit 2025-06-18 01:57:06 +00:00
.eslintignore Initial commit 2025-06-18 01:57:06 +00:00
.eslintrc.cjs Initial commit 2025-06-18 01:57:06 +00:00
.gitignore Initial commit 2025-06-18 01:57:06 +00:00
.prettierrc.json Initial commit 2025-06-18 01:57:06 +00:00
.replit Initial commit 2025-06-18 01:57:06 +00:00
CHANGELOG.md Initial commit 2025-06-18 01:57:06 +00:00
CONTRIBUTING.md Initial commit 2025-06-18 01:57:06 +00:00
index.html Initial commit 2025-06-18 01:57:06 +00:00
LICENSE Initial commit 2025-06-18 01:57:06 +00:00
package-lock.json Initial commit 2025-06-18 01:57:06 +00:00
package.json Initial commit 2025-06-18 01:57:06 +00:00
README.md Initial commit 2025-06-18 01:57:06 +00:00
replit.nix Initial commit 2025-06-18 01:57:06 +00:00
tsconfig.json Initial commit 2025-06-18 01:57:06 +00:00
vite.config.ts Initial commit 2025-06-18 01:57:06 +00:00
vitest.config.ts Initial commit 2025-06-18 01:57:06 +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