IguaRPG 2
February 19, 2025 ยท View on GitHub
Another computer game of the ages
This is another fangame of Oddwarg Animal RPG, a Game Maker game from 2003.
Using the source code
Prerequisites
- 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
Getting started
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
Developing
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
Play an alpha?!
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.