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
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.