Getting Started

  1. Install the package:

    pip install whist-backend
    
  2. Create a sequence of objects that implement the PlayerStrategy protocol.

  3. Pass the sequence to RoundSimulator, and call play_round() on it.

See Example for an example of this process.