Re: basic 2 player wordgame

2010-09-21 Thread Baba
On Sep 21, 1:39 pm, Mel wrote: > Baba wrote: > > I am working on a simple wordgame exercise: 2 players form a word by > > alternating turns saying a letter, which is added on to the end of the > > word fragment. > > > I am familiar with loops, iterations etc but i need a hint as to how > > to appr

Re: basic 2 player wordgame

2010-09-21 Thread bobicanprogram
On Sep 21, 6:25 am, Baba wrote: > Hi > > I am working on a simple wordgame exercise: 2 players form a word by > alternating turns saying a letter, which is added on to the end of the > word fragment. > > I am familiar with loops, iterations etc but i need a hint as to how > to approach alternating

Re: basic 2 player wordgame

2010-09-21 Thread Mel
Baba wrote: > I am working on a simple wordgame exercise: 2 players form a word by > alternating turns saying a letter, which is added on to the end of the > word fragment. > > I am familiar with loops, iterations etc but i need a hint as to how > to approach alternating turns when writing this co

basic 2 player wordgame

2010-09-21 Thread Baba
Hi I am working on a simple wordgame exercise: 2 players form a word by alternating turns saying a letter, which is added on to the end of the word fragment. I am familiar with loops, iterations etc but i need a hint as to how to approach alternating turns when writing this code? exercise source