Skip to content

Commit abb5f99

Browse files
committed
TODO
1 parent fc39259 commit abb5f99

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Development (current)
22

33
* ...
4+
* Choose maximum number of re-splits through configuration
45
* Removed informed player.
56

67
# v0.3 (2025)

TODO.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
* RSA
44
* ES10
5-
* multiple players (actually multiple hands for a single player)
5+
* multiple players
66

77
# medium
88

@@ -12,14 +12,14 @@
1212
- playing commands
1313
- configuration options
1414
* cpu and wall time in report
15+
* ability to re-start simulation, i.e. write the status so if the program ran 1e6 hands it can pick it up from there and go up to 2e6 without having to start from scratch
1516

1617
# low
1718

1819
* initial bankroll and risk of ruin
1920
* report
2021
* show how to add yaml filters to get JSON (`jq`), markdown table (`awk`), etc.
2122
* verbosity (extra small, small, medium, large, extra large)
22-
* max_splits through conf (default 3)
2323
* name of the game the dealer deals
2424
* name of the games the player can play
2525
* dealers
@@ -29,13 +29,12 @@
2929
* card war
3030
* between
3131
* players
32-
* internal reko
3332
* runtime-linked in a shared object
3433
* conf
3534
* bankroll_history_file_path
3635
* removed_cards
3736
* chance of getting first two cards
38-
37+
3938
* multithreading (not sure)
4039
* optimize using const and restrict
4140

0 commit comments

Comments
 (0)