Skip to content

Commit 9173ef1

Browse files
committed
print the minimum bet rules at the table
1 parent bbaa89f commit 9173ef1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hands.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ const rules = {
4848
}
4949
}
5050

51+
console.log(`[table rules] minimum bet: $${rules.minBet}`)
52+
5153
for (let i = 0; i < numHands; i++) {
5254
const hand = playHand({ rules, bettingStrategy: minPassLineMaxOdds })
5355
hand.summary = Object.assign({}, summaryTemplate)

0 commit comments

Comments
 (0)