About
What is PyBridge?
PyBridge lets you play the card game of contract bridge, with human players, over the Internet or a local network. PyBridge is free software, distributed under the terms of the GNU General Public License.
The PyBridge project aims to provide a featureful cross-platform alternative to existing online bridge services. The current release, version 0.1.0, allows users to play complete games of duplicate bridge (bidding, trick play and scoring).
PyBridge is structured as two separate components:
- the client: a front-end user interface (a PyGTK / Glade application) through which games are played.
- the server: which manages running games.
PyBridge is written in Python and uses the Twisted framework for networking. At present, PyBridge runs on the GNU/Linux and Windows platforms. It may work with other systems, but these are untested.