Re: creating blackjack perl program (starts with pseudocode first)

2008-06-11 Thread Rob Dixon
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 >>

Re: creating blackjack perl program (starts with pseudocode first)

2008-06-11 Thread Richard Lee
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?

Re: creating blackjack perl program (starts with pseudocode first)

2008-06-11 Thread Richard Lee
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

Re: creating blackjack perl program (starts with pseudocode first)

2008-06-11 Thread Rob Dixon
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

creating blackjack perl program (starts with pseudocode first)

2008-06-11 Thread Richard Lee
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