Skip to content

Latest commit

 

History

History
21 lines (10 loc) · 496 Bytes

README.md

File metadata and controls

21 lines (10 loc) · 496 Bytes

pokerHandProbability

  • poker.py - generates a csv file with outcomes of poker hands after river(river + your hand)

  • displayData.py - uses matplotlib to display probabilities of hands in a bar plot

  • for now poker.py only purpose is to generate a csv file of data, but it has everything to make it into a proper game

Results

Future

  • Can be branched to a 'bingo' poker game with some additional lines of code or a full poker game

Built With

  • Python