Xevion
|
c9fad55ade
|
Add file docstrings to every .py file, improved exception docstrings, helper func typehint
|
2021-01-24 23:30:09 -06:00 |
|
Xevion
|
58884a43ff
|
implement blackjack prediction into client logging, privatize Blackjack data variables, letter conversion function
|
2021-01-24 19:13:21 -06:00 |
|
Xevion
|
bc204fe13d
|
fix utf-8 encoding issues in logging FileHandler, round sleep time logs, add hard table logic, fix switched row/col key in generate
|
2021-01-24 19:12:00 -06:00 |
|
Xevion
|
9bebdafd7c
|
Card table key and equality methods, Blackjack basic pair and ace table logic
|
2021-01-24 18:55:37 -06:00 |
|
Xevion
|
e0e5636c5c
|
move client card parsing into Card.parse_cards method, fix access Union typing mistake, fix missing line in baseline_soft.dat, Card class documentation, remove unneeded Client vars/func
|
2021-01-24 18:09:44 -06:00 |
|
Xevion
|
bc1a6c5d7e
|
use STATIC_DIR constants in blackjack table structure generation
|
2021-01-24 14:20:08 -06:00 |
|
Xevion
|
73c9dd26b5
|
start moving to full blackjack processing, Blackjack and Card class
|
2021-01-23 20:35:43 -06:00 |
|