Skip to content

keenmisty/phd-game

 
 

Repository files navigation

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

About

A random event driven text-based game engine.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.5%
  • CSS 2.2%
  • Other 1.3%