Releases: jljl1337/blackjack-simulator
Releases · jljl1337/blackjack-simulator
v1.2.0
v1.1.0
v1.0.0
What's Changed
- chore: initialize project by @jljl1337 in #2
- feat: add basic components by @jljl1337 in #4
- feat: add basic strategy components by @jljl1337 in #6
- feat: add simple simulation by @jljl1337 in #8
- feat: add csv results exporter by @jljl1337 in #10
- feat: add config reader by @jljl1337 in #12
- feat: add concurrency by @jljl1337 in #14
- feat: add options to simulate by number of rounds or hands by @jljl1337 in #16
- feat: add execution time and verbose mode in logging by @jljl1337 in #18
- fix: only allow hit when hand size is two by @jljl1337 in #20
- feat: add hand size in csv by @jljl1337 in #22
- fix: add GetSize method in hand by @jljl1337 in #24
- fix: save results when dealer has blackjack by @jljl1337 in #26
- feat: add more common rules by @jljl1337 in #28
- docs: update README to include features and usage by @jljl1337 in #30
- build: add actions to release binary and image by @jljl1337 in #32
- build: change to use scratch image by @jljl1337 in #34
New Contributors
Full Changelog: https://github.com/jljl1337/blackjack-simulator/commits/v1.0.0