Skip to content

juef17/LibreBridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!