Skip to content
This repository was archived by the owner on Aug 29, 2021. It is now read-only.

Latest commit

 

History

History
24 lines (16 loc) · 304 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 304 Bytes

wwpredict

Tries to predict the outcome of your Werewolf for Telegram game.

Usage

Configure main.py and run:

$ python main.py

Dependencies

pip3 install flake8
pip3 install nose

Tests

nosetests -sv ./tests/*.py