Skip to content

Commit 67cb1f5

Browse files
Update tutorial 03 to replicate "Stripped down poker" example (#621)
* remove use of poker.efg in test suite * myerson_2_card_poker.efg -> stripped_down_poker.efg * added the file tests/test_games/stripped_down_poker.efg * Fred/Alice -> Alice/Bob; new infoset labels * update game title in tutorial 3 * change action labels to Bet/Call and Fold * rename to stripped-down poker * update references * match outcome labels to test game * add full stops * remove "Betd" typo * add nodes to same infoset with passing a list of nodes to append_move * consistent colons * new name for turorial 03 * minor edits * typo * more minor edits --------- Co-authored-by: Rahul Savani <rahul.savani@gmail.com>
1 parent 3ed1620 commit 67cb1f5

File tree

5 files changed

+283
-301
lines changed

5 files changed

+283
-301
lines changed

doc/pygambit.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ They are numbered in the order they should be read.
2323
tutorials/running_locally
2424
tutorials/01_quickstart
2525
tutorials/02_extensive_form
26-
tutorials/03_poker
26+
tutorials/03_stripped_down_poker
2727

2828
Advanced user tutorials
2929
-----------------------

0 commit comments

Comments
 (0)