https://github.com/webdevian/pandemic
Javascript implementation of the board game Pandemic
https://github.com/webdevian/pandemic
board-game boardgame game js pandemic
Last synced: 2 months ago
JSON representation
Javascript implementation of the board game Pandemic
- Host: GitHub
- URL: https://github.com/webdevian/pandemic
- Owner: webdevian
- Created: 2017-08-20T21:05:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-22T15:33:03.000Z (about 6 years ago)
- Last Synced: 2025-01-10T16:29:59.664Z (4 months ago)
- Topics: board-game, boardgame, game, js, pandemic
- Language: JavaScript
- Homepage:
- Size: 173 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pandemic board game emulation
[](https://greenkeeper.io/)
[](https://travis-ci.org/webdevian/pandemic) [](https://coveralls.io/github/webdevian/pandemic?branch=master) [](https://codeclimate.com/github/webdevian/pandemic)Javascript implementation of the board game Pandemic
## Requirements
- NodeJS
- NPM (or [Yarn](https://yarnpkg.com/en/))## 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
- Tests are run with [Mocha](https://mochajs.org) and organised using the [BDD interface](https://mochajs.org/#bdd)
- Test assertions are written with [Chai](http://chaijs.com/) and the [BDD/Expect style](http://chaijs.com/api/bdd/)# To Do
- Allow Resilient Population event during an epidemic
- Forecast Event
- Game GUI