/dominion

An online implementation of the Dominion card game

Primary LanguageTypeScriptMIT LicenseMIT

dominion

Build Status Test Coverage

This repository contains the documentation and source code for an online implementation of the Dominion card game.

Requirements

  • python 3.6
  • pip package manager

Getting Started

Acquire sources

git clone https://github.com/CMSC495-G4/dominion

Install dependencies

pip install -r requirements.txt

Start web server

python src/manage.py runserver

Run tests

python src/manage.py test