You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 line
966B

  1. * handle no readline
  2. * named pipes (a.k.a FIFOs)
  3. * eV = expected value = return
  4. * check that the card distribution is uniform
  5. * initial bankroll
  6. * report
  7. * as a file
  8. * format (yaml, json, markdown table)
  9. * size (extra small, small, medium, large, extra large)
  10. * flat_bet implies =1
  11. * parse 1e5 in hands
  12. * trap ctrl+c and write report anyway (not sure how to pass arguments to signal handler)
  13. * flag to see if a conf string was used or not
  14. * to_string() for floats
  15. * max_splits through conf (default 3)
  16. * DAS
  17. * shoes (and arranged shoes)
  18. * name of the game the dealer deals
  19. * name of the games the player can play
  20. * dealers
  21. * ENHC
  22. * blackjack switch
  23. * blackjack under?
  24. * siete y medio
  25. * players
  26. * tty
  27. * stdio
  28. - yes
  29. * fifo
  30. - awk
  31. - bash
  32. - perl
  33. - python
  34. * internal
  35. - strategy from file
  36. - reko
  37. * runtime-linked in a shared object
  38. * multithreading
  39. * use of const and restrict