Thread: Tic-Tac-Toe

  1. #16
    Rambling Man
    Join Date
    Jan 2002
    Posts
    1,050
    I'm not exactly sure what the minimax algo is? I know it's a type of algorithim (only the obvious ) but nothing much beyond that. If you explained it to me maybe I could help you out, so you could implement it into code. Also, you might want to take a look at my source code to help you out.

  2. #17
    Registered User
    Join Date
    Apr 2002
    Posts
    142
    hello, yeah i've seen your source code, it's brute force hehe, okey, here a link....

    http://www.cs.nmt.edu/~figment/personal.htm

    goodluck!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Help me with my simple Tic tac toe prog
    By maybnxtseasn in forum C Programming
    Replies: 2
    Last Post: 04-04-2009, 06:25 PM
  2. tic tac toe
    By holden in forum A Brief History of Cprogramming.com
    Replies: 8
    Last Post: 05-09-2004, 09:59 AM
  3. Help with Tic Tac Toe game
    By snef73 in forum C++ Programming
    Replies: 1
    Last Post: 04-25-2003, 08:33 AM
  4. tic tac toe game
    By Leeman_s in forum Game Programming
    Replies: 9
    Last Post: 04-24-2002, 03:24 AM
  5. my tic tac toe game, please try it
    By Leeman_s in forum C++ Programming
    Replies: 2
    Last Post: 04-14-2002, 05:16 PM