Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.16 KB

README.md

File metadata and controls

31 lines (19 loc) · 1.16 KB

Pandemic board game emulation

Greenkeeper badge Build Status Coverage Status Code Climate GPA

Javascript implementation of the board game Pandemic

Requirements

  • NodeJS
  • NPM (or Yarn)

Getting started

npm install or yarn - Install dependencies

Run tests

  • npm test - Run tests once
  • npm run watch - Run tests when any js file changes

Tools

To Do

  • Allow Resilient Population event during an epidemic
  • Forecast Event
  • Game GUI