A Super Auto Pets-inspired game made for Ludwig Jam 2023
Find a file
2023-02-16 20:14:05 -06:00
.github/workflows Initial commit 2023-02-16 20:14:05 -06:00
.vscode Initial commit 2023-02-16 20:14:05 -06:00
public Initial commit 2023-02-16 20:14:05 -06:00
saves Initial commit 2023-02-16 20:14:05 -06:00
src Initial commit 2023-02-16 20:14:05 -06:00
tests Initial commit 2023-02-16 20:14:05 -06:00
.eslintrc.js Initial commit 2023-02-16 20:14:05 -06:00
.gitignore Initial commit 2023-02-16 20:14:05 -06:00
.prettierrc.json Initial commit 2023-02-16 20:14:05 -06:00
.replit Initial commit 2023-02-16 20:14:05 -06:00
CHANGELOG.md Initial commit 2023-02-16 20:14:05 -06:00
index.html Initial commit 2023-02-16 20:14:05 -06:00
LICENSE Initial commit 2023-02-16 20:14:05 -06:00
package-lock.json Initial commit 2023-02-16 20:14:05 -06:00
package.json Initial commit 2023-02-16 20:14:05 -06:00
README.md Initial commit 2023-02-16 20:14:05 -06:00
replit.nix Initial commit 2023-02-16 20:14:05 -06:00
tsconfig.json Initial commit 2023-02-16 20:14:05 -06:00
vite.config.ts Initial commit 2023-02-16 20:14:05 -06:00
vitest.config.ts Initial commit 2023-02-16 20:14:05 -06: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

Lints and fixes files

npm run lint

Runs the tests using vite-jest

npm run test