PhakphumV / blackjack-sim-th

This project is to create a blackjack simulation which will be played by different bots to find different winning strategies and factors that support players winning. The whole project lifecycle was lived on my personal youtube channel, collaborated with a developer Praphan.O
0 stars 1 forks source link

Rules : 21 Points #7

Open PhakphumV opened 1 year ago

PhakphumV commented 1 year ago

When exceed 21 points, player/dealer busted.

When reach 21 points, end player action

If it’s within 2 cards, player win blackjack.

If dealer draw 21 points with first 2 cards, dealer win blackjack and end round.

PhakphumV commented 1 year ago

Refer to #25 to fix bug