ungleich-game/README-20190826.md

22 lines
262 B
Markdown
Raw Permalink Normal View History

2019-08-26 20:16:23 +00:00
## How to setup
### Prerequisites
* Start etcd somewhere
* Start ungleich-otp somewhere
### Install pythor requirements
```
pipenv install
```
### Run the game server
```
ETCD_HOST=... UNGLEICH_OTP_HOST=... pipenv run python server.py
```
## How to play