Thread: AI Contest Proposal

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Slave MadCow257's Avatar
    Join Date
    Jan 2005
    Posts
    735

    AI Contest Proposal

    I saw the Connect Four AI Contest and thought that was a very good idea, and I was wondering if there was interest in another AI contest. I'm sure some of you already have made some AIs and this would be a chance to show it off, or for some of the newer coders to learn a bit. The contest I was thinking about would involve three brackets:

    Beginners
    Tic Tac Toe AI

    (may have to be changed as writing a perfect AI isn't all too hard)

    Intermediate
    Checkers AI

    Advanced
    Chess AI

    The format would be simple, I would create the GUI's and the contenstants would need to write a single function call which would make moves. A global array would contain the contents of the board. For tic tac toe it would be
    char Array[3][3];
    For Chess and Checkers it would be
    char Array[8][8];

    The tournament would be double elimination. If I can't get at least 4 people for each of the brackets then I'll drop the ones that can't get enought people. If there is interest in this then I'll post any more details that you need to make the function.

    The prize would just be rep

    So if you want to compete, PM me or post in this thread. BTW the deadline would be far enough out so that if anyone wants to write a new AI from scratch then they'll have time to do so.
    Last edited by MadCow257; 03-12-2005 at 09:20 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Action Game - AI Contest
    By Queatrix in forum Contests Board
    Replies: 4
    Last Post: 01-18-2007, 06:55 PM
  2. New AI contest: sign up
    By Sang-drax in forum Contests Board
    Replies: 20
    Last Post: 07-27-2005, 05:54 PM
  3. chess ai contest
    By Raven Arkadon in forum Contests Board
    Replies: 7
    Last Post: 07-09-2005, 06:38 AM
  4. AI contest: Connect four
    By Sang-drax in forum Contests Board
    Replies: 66
    Last Post: 11-11-2004, 01:54 PM
  5. Game Design Topic #1 - AI Behavior
    By TechWins in forum Game Programming
    Replies: 13
    Last Post: 10-11-2002, 10:35 AM