Created
August 31, 2015 15:20
-
-
Save gmacdougall/4768b739e40821cbb2b9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
anyone: init 1860 ken justin ian | |
# first auction | |
# ken starts | |
ken: bid 20 | |
justin: bid 25 | |
ian: bid 30 | |
ken: bid 40 | |
justin: bid 45 | |
ian: bid 50 | |
ken: bid 55 | |
justin: bid 60 | |
ian: bid 70 | |
ken: pass | |
justin: bid 75 | |
ian: bid 80 | |
justin: bid 85 | |
ian: pass | |
justin: select RP&SC | |
# justin gets RPS&C, pays 215 total | |
# second auction | |
# ian starts | |
ian: bid 5 | |
ken: bid 20 | |
justin: bid 25 | |
ian: bid 30 | |
ken: bid 35 | |
justin: bid 40 | |
ian: bid 45 | |
ken: bid 50 | |
justin: bid 55 | |
ian: bid 60 | |
ken: bid 65 | |
justin: bid 70 | |
ian: bid 80 | |
ken: pass | |
justin: bid 85 | |
ian: bid 90 | |
justin: pass | |
ian: select CM&H | |
# ian gets CM&H, pays 180 total | |
# third auction | |
# ken starts | |
ken: bid 10 | |
justin: bid 15 | |
ian: bid 30 | |
ken: pass | |
justin: bid 40 | |
ian: pass | |
justin: select YHC | |
# justin gets YHC, pays 90 total | |
# fourth auction | |
# ian starts | |
ian: bid 15 | |
ken: bid 20 | |
justin: pass | |
ian: pass | |
ken: select BHC | |
# ken gets BHC, pays 50 total | |
# fifth auction | |
# justin starts | |
justin: pass | |
ian: bid 5 | |
ken: pass | |
ian: select IOW 90 | |
# ian gets IOW directorship, pays 185 total | |
# sixth auction | |
# ken starts | |
ken: bid 0 | |
justin: pass | |
ian: pass | |
ken: select C&N 90 | |
# ken gets C&N directorship, pays 180 total | |
# auction round ends | |
# share round one begins | |
# ken has priority as he has the most money | |
ken: buy ipo C&N | |
justin: buy ipo C&N | |
ian: buy ipo IOW | |
ken: buy ipo C&N | |
# C&N floats with 50% in player hands | |
# C&N lays home tile | |
# FIXME: ken: tile 787 F2 N | |
justin: buy ipo IOW | |
ian: buy ipo IOW | |
# IOW floats with 50% in player hands | |
# IOW already has home, so does not lay tile | |
ken: buy ipo C&N | |
justin: buy ipo C&N | |
ian: buy ipo C&N | |
ken: buy ipo C&N | |
justin: buy ipo IOW | |
ian: pass | |
ken: pass | |
justin: pass | |
# stock round ends | |
# ian has PD | |
# ---------- | |
# OR1.1 | |
# ---------- | |
# private compnaies pay | |
# C&N runs | |
ken: tile 742 F4 1 | |
ken: tile 741 G3 3 | |
ken: token G5 | |
ken: run 0 | |
ken: buy_train ipo 2+1 | |
ken: buy_train ipo 2+1 | |
ken: done | |
# IOW runs | |
ian: tile 6 J4 4 | |
ian: run 0 | |
ian: buy_train ipo 2+1 | |
ian: buy_train ipo 2+1 | |
ian: done | |
# SR2 | |
ian: pass | |
ken: pass | |
justin: pass | |
# OR2.1 | |
# private compnaies pay | |
# C&N runs | |
ken: tile 745 H4 4 | |
ken: tile 8 H6 5 | |
# H6 incurs $60 tile lay cost | |
ken: run 70+10 | |
ken: payout | |
ken: buy_train ipo 2+1 | |
ken: done | |
# IOW runs | |
ian: tile 746 J6 1 | |
ian: token J6 | |
ian: run 70+10 | |
ian: payout | |
ian: buy_train ipo 3+2 | |
ian: done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment