项目作者: CMSC495-G4

项目描述 :
An online implementation of the Dominion card game
高级语言: TypeScript
项目地址: git://github.com/CMSC495-G4/dominion.git
创建时间: 2018-03-20T13:50:11Z
项目社区:https://github.com/CMSC495-G4/dominion

开源协议:MIT License

下载


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

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

Install dependencies

  1. pip install -r requirements.txt

Start web server

  1. python src/manage.py runserver

Run tests

  1. python src/manage.py test