Whist

Whist implementation in PyQt including AI

Posted on December 01, 2015

This is a full implementation of the Israeli Whist card game, including GUI (PyQt) and basic AI. The main purpose of this project was to learn PyQt and here I used it not in the standard way of UI form but more like a game/graphics engine. In addition, there are some basic AI capabilites, which are based on simple heuristics of Bridge hand evaluation methods.

The project GitHub repository.