This is another fangame of Oddwarg Animal RPG, a Game Maker game from 2003.
- Node.js (version 18 or above) to build and serve the project
- npm (included with Node.js) to download the open source dependencies
- Git LFS to retrieve audio and image assets from the repository
npm ci
Installs the dependencies of the project exactly as specified in package-lock.json
npm run tool -- dev-patch-pixi-displayobject-ctor
Patches some PixiJS code so that stack traces can be collected during development
npx smooch
Starts @hubol/smooch
, the tool responsible for monitoring binary assets and turning them into source code
npm run serve
Starts the project in development mode
You can play an extremely early version of the game. The most recent commit to this repository is hosted on Heroku. At the time of writing this, the "game" includes a character editor and a small town to explore.
Note: it may take several seconds for the Heroku app to load, as I have paid for the cheapest tier available.