Skip to content
This repository has been archived by the owner on Nov 17, 2017. It is now read-only.

Latest commit

 

History

History
42 lines (26 loc) · 1.05 KB

README.md

File metadata and controls

42 lines (26 loc) · 1.05 KB

Rolit

Build Status Code Health

a Rolit server for Softwaresystemen - Python edition

Requirements

How to set-up

$ sudo pip install -r requirements.txt

How to run

Run server:

$ python bin/server.py

Run client:

$ python bin/client.py [host = localhost [port = 3535 [player_name = Monitor_[0-3535] [private_key_file=./private_key]]]]

Run tests:

$ py.test

Run tests with coverage:

$ py.test --cov rolit tests/ 

Screenshot

screenshot