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

Player Action : HIT #4

Closed PhakphumV closed 1 year ago

PhakphumV commented 1 year ago

When it's a player's turn, the player can choose either HIT or STAND.

When HIT, a new card will be drawn into a player hand. The total value will be calculated via #7

If the total value is still below 21, the player still can continue to chose either HIT or STAND.