Thread: Chess CPU Algorithm

  1. #1
    Registered User
    Join Date
    Jan 2003
    Posts
    14

    Chess CPU Algorithm

    I have just learn't recursive functions, and im very ambitious. Ive been making a Chess Computer Game and so far it works pretty good for 1 vs 1 (not done yet but there are no real obsticals). The problem is... Computer Algorithms!! My teacher told me good luck, mine as well copy it from an online source. However i would like to know if anyone could think of a good place to start. Ive thought of having a movevalue rating that increases or decreases depending on the intelligence of the move. I know it would require tons of code, But im willing to start it. Anyone have any ideas on how to start. Thanks.
    ~fin

  2. #2
    Code Monkey Davros's Avatar
    Join Date
    Jun 2002
    Posts
    812
    Try posting on the discussion board here:

    www.generation5.org

    And good luck.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. questions on multiple thread programming
    By lehe in forum C Programming
    Replies: 11
    Last Post: 03-27-2009, 07:44 AM
  2. Binary Search Trees Part III
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 10-02-2004, 03:00 PM
  3. Request for comments
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 15
    Last Post: 01-02-2004, 10:33 AM
  4. my grandfather's chess algorithm can beat your grandfather's chess algorithm...
    By doubleanti in forum A Brief History of Cprogramming.com
    Replies: 22
    Last Post: 08-17-2001, 06:52 PM