How To make tic tac toe game playing against the computer

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • prof1990
    New Member
    • Jan 2010
    • 1

    How To make tic tac toe game playing against the computer

    i want the code of tic tac toe game playing against the computer

    i made it with 2 players but i need it against the computer urgently


    please thanks :)
  • sukatoa
    Contributor
    • Nov 2007
    • 539

    #2
    i made it with 2 players
    Create a lookup table for the player moves, then use it as a reference for the computer move against the person...

    Comment

    • RedSon
      Recognized Expert Expert
      • Jan 2007
      • 4980

      #3
      The experts on this site are more than happy to help you with your problems but they cannot do your assignment/program for you. Attempt the assignment/program yourself first and post questions regarding any difficulties you have or about a particular function of the code that you don't know how to achieve.

      Please read the Posting Guidelines and particularly the Coursework Posting Guidelines.

      Then when you are ready post a new question in this thread.

      MODERATOR

      Comment

      Working...