Richard Lee wrote:
> Rob Dixon wrote:
>> I suggest you start by describing a very simple game that's not blackjack.
>> One
>> player gets dealt cards until he hits 21 or more. 21 is a win, more is a
>> loss.
>>
>> Then add a dealer's hand.
>>
>> Then add face down cards
>>
>> Then add betting
>>
Richard Lee wrote:
Rob Dixon wrote:
I suggest you start by describing a very simple game that's not
blackjack. One
player gets dealt cards until he hits 21 or more. 21 is a win, more
is a loss.
Then add a dealer's hand.
Then add face down cards
Then add betting
Then add, erm, insurance?
Rob Dixon wrote:
I suggest you start by describing a very simple game that's not blackjack. One
player gets dealt cards until he hits 21 or more. 21 is a win, more is a loss.
Then add a dealer's hand.
Then add face down cards
Then add betting
Then add, erm, insurance?
Finish with the green
Richard Lee wrote:
> hi guys,
>
> Just for learning purpose and also for my enjoyment, I wanted to combine my
> fav game(blackjack) and my love for perl. I wanted to re-invent the wheel to
> help me and train myself to think like programmar
>
> First I wanted to create a pseudocode code s
hi guys,
Just for learning purpose and also for my enjoyment, I wanted to combine
my fav game(blackjack) and my love for perl.
I wanted to re-invent the wheel to help me and train myself to think
like programmar
First I wanted to create a pseudocode code since I wanted to use it
late