• Stars
    star
    180
  • Rank 213,097 (Top 5 %)
  • Language
    TypeScript
  • License
    MIT License
  • Created over 6 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A random event driven text-based game engine.

PhD Simulator

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,

Not actively maintained.

Build and Play Locally

After cloning the repository and running npm install, run

npm run build && npm start

and then navigate to http://localhost:8000 in your browser. Built bundle will be outputted to the dist directory.

Note

The rulesets in this repo can be different from the online version hosted on my website.

License

MIT