Skip to content

balarsen/Bridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bridge
------

This is an ongoing (slow) project meant to be able to automatically play bridge 
and collect statistics on various strategies.  


Roadmap
-------
In Progress/Done
================
- basic structure of the game, cards, decks, hands, tricks
- Setup of the <, >, = operators so that cards and bids can be compared

To Do
=====
- Implement basic logic in playing a hand
- Implement basic logic in bidding
- Implement a modular system for playing and bidding strategies




## Testing

`pytest`

#### Testing with coverage
`pytest --cov-report html --cov=Bridge` then look at `htmlcov/index.html`



About

A bridge game in python meant for stats collection.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published