Advertisement
jsbsan

IAsieteYmedia

Apr 6th, 2014
3,022
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GAMBAS 0.25 KB | None | 0 0
  1.     'inteligencia artificial de la banca: jugar mientras que tenga menos puntos que el jugador
  2.     If player_hand.value < 7.5 Then
  3.       While dealer_hand.value < player_hand.value
  4.         dealer_hand.AddCard(deck.DealCard())
  5.       Wend
  6.     Endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement