/whist

WIP Romanian whist impl, with the goal to use this lib to play against a bot either by a CLI or via a telegram bot

Primary LanguagePython

Whist

An implementation of Romanian Whist.

Setup

Install it as a package using venv, so that all the imports work

python3 -m venv venv
source ./venv/bin/activate
pip install -e .