Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 (almost 6 years ago)
- Last Synced: 2025-01-10T16:29:59.664Z (2 days 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
[![Greenkeeper badge](https://badges.greenkeeper.io/webdevian/pandemic.svg)](https://greenkeeper.io/)
[![Build Status](https://travis-ci.org/webdevian/pandemic.svg?branch=master)](https://travis-ci.org/webdevian/pandemic) [![Coverage Status](https://coveralls.io/repos/github/webdevian/pandemic/badge.svg?branch=master)](https://coveralls.io/github/webdevian/pandemic?branch=master) [![Code Climate GPA](https://codeclimate.com/github/webdevian/pandemic/badges/gpa.svg)](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