Javascript implementation of the board game Pandemic
- NodeJS
- NPM (or Yarn)
npm install
or yarn
- Install dependencies
npm test
- Run tests oncenpm run watch
- Run tests when any js file changes
- Tests are run with Mocha and organised using the BDD interface
- Test assertions are written with Chai and the BDD/Expect style
- Allow Resilient Population event during an epidemic
- Forecast Event
- Game GUI