Getting Started
Install the package:
pip install whist-backend
Create a sequence of objects that implement the
PlayerStrategyprotocol.Pass the sequence to
RoundSimulator, and callplay_round()on it.
See Example for an example of this process.
Install the package:
pip install whist-backend
Create a sequence of objects that implement the
PlayerStrategy protocol.
Pass the sequence to RoundSimulator, and
call play_round() on it.
See Example for an example of this process.