|
- * shoes (and arranged shoes)
- * handle no readline
- * cpu and wall time in report
- * check that the card distribution is uniform
- * initial bankroll
- * report
- * as a file
- * format (yaml, json, markdown table)
- * verbosity (extra small, small, medium, large, extra large)
- * trap ctrl+c and write report anyway (not sure how to pass arguments to signal handler)
- * flag to see if a conf string was used or not
- * to_string() for floats
- * max_splits through conf (default 3)
- * DAS
- * name of the game the dealer deals
- * name of the games the player can play
- * dealers
- * ENHC
- * blackjack switch
- * blackjack under?
- * siete y medio
- * card war
- * between
- * players
- * internal dumb
- * internal reko
- * python
- * runtime-linked in a shared object
-
- * multithreading
- * use of const and restrict
|