quac88 / NitDestroyer

Austin community college computer science club group machine learning project for poker and hidden information games
MIT License
3 stars 2 forks source link

Quac/feat/create hand ranker class #17

Closed quac88 closed 11 months ago

quac88 commented 11 months ago

Description of what you changed

Created hand ranker class, organized run.py, revamped carddecky.py, added enum to betting_round, fixed betting_round, added determine_winner method

Did you add any new dependencies ex (using a new library, python version, etc)?

N/A

How did you test your changes?

I have not fully tested these changes. Unit tests NEED to be written. Apologies for the bad practice! CHANGES NEED TO BE TESTED

What issue (if any) does this fix?

Fixed betting_round

Checklist: