Search:

Type: Posts; User: 007007

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    4,850

    That was the mistake why it would end the game,...

    That was the mistake why it would end the game, Thanks for pointing it out
  2. Replies
    4
    Views
    4,850

    Thanks for the reply but for second part I didn't...

    Thanks for the reply but for second part I didn't know any easier way to store which boxes have been used and check for it later on if the game has been won.
    Also I figured my algorithm is wrong to...
  3. Replies
    4
    Views
    4,850

    Tic Tac Toe Game

    Hi,
    I have the most of the program working. Problem I'm having right now is that the game ends after 3 turns, rather than checking if player has gotten 3 of his/her "X" or "O"...
  4. Replies
    5
    Views
    1,268

    Thanks Harish, that was the problem. Thanks...

    Thanks Harish, that was the problem.

    Thanks Andrew (assuming that's what your name is). With your tip my final code is much smaller and working perfectly.

    Thanks again both of you
  5. Replies
    5
    Views
    1,268

    Thank you for your reply It should be a while...

    Thank you for your reply
    It should be a while loop, which keeps running until it reaches number of cards we want in total. e.g. we start with 2 players and each being dealt 4 cards. In total we need...
  6. Replies
    5
    Views
    1,268

    Problem with while( ) loop

    Hi,
    I'm trying to make this program, where you enter 2-4 players and deal them number of cards by random generator, and print the final output out for each player. In the loop I have to use the bool...
Results 1 to 6 of 6