Version 0.3
Pre-release
Pre-release
- Added actions for players during game (fold, call, check, raise)
- Changed how starGame sets up data in database
- Implemented function to calculate winners (using pokersolver library)
Merged PRs
- General code cleanup by @Kwasow in #43
- [CVE-2023-32314] Update dependencies by @Kwasow in #46
- Splitting requests' code into functions by @sormys in #44
- Added separate database for testing by @sormys in #47
- Fixed incorrect argument by @Kwasow in #48
- Player fold action by @aetn23 in #49
- @sormys/gameplay check by @sormys in #50
- Gameplay: raise by @aetn23 in #51
- @aetn23/call by @aetn23 in #53
- @sormys/choosing winner by @sormys in #52
Full Changelog: Sprint2(v0.2)...Sprint3(v0.3)