A Super Auto Pets-inspired game made for Ludwig Jam 2023
Find a file
2023-03-01 21:33:17 -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 Updated stream type previews 2023-03-01 21:33:17 -06:00
saves Initial commit 2023-02-16 20:14:05 -06:00
src More SFX and BGM 2023-03-01 21:30:57 -06:00
tests Delete formulas tests 2023-02-19 22:25:25 -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 Add indicators for Yard members 2023-02-28 21:46:18 -06:00
LICENSE Initial commit 2023-02-16 20:14:05 -06:00
package-lock.json Initial stuff 2023-02-16 22:43:17 -06:00
package.json Initial stuff 2023-02-16 22:43:17 -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 Include more assets in PWA precache 2023-02-25 11:35:07 -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