/phd-game

A random event driven text-based game engine.

Primary LanguageTypeScriptMIT LicenseMIT

PhD Simulator

Build

sudo apt install nodejs npm
npm install express --save
npm run build

Run

npm run

About

Technically a random event driven text-based game.

You can play it here (using modern browsers or mobile devices).

Random events are defined in YAML files. Therefore, the game is easily moddable,

Currently the GUI code is purely vanilla, and kind of messy. I may clean it up if I have time.

License

MIT