LibreBridge icon indicating copy to clipboard operation
LibreBridge copied to clipboard

An open source contract bridge game

LibreBridge

LibreBridge an open source and cross-platform contract bridge game, with the goal of being a portable alternative to the excellent Bridge Baron.

LibreBridge v0.1.0 screenshot

Current features:

  • Bidding
  • Playing
  • Scoring
  • Randomly-playing AI

Planned features:

  • GUI (not actually playable yet, unlike text-only mode)
  • Cross-platform (tested on Linux only so far, but the code should compile for most systems)
  • Better AI
  • Peer-to-peer network play

To build:

Be sure to install Qt 5 or newer (it's currently not up to date for many distros). Then, just run 'qmake' then 'make' in this very directory!