Thread: Creating a chess engine in C using the Alpha-Beta pruning algorithm

  1. #1
    Registered User
    Join Date
    Oct 2011
    Location
    Porto, Portugal
    Posts
    3

    Creating a chess engine in C using the Alpha-Beta pruning algorithm

    Good evening, everyone!

    I'm willing to create a chess engine in C resorting the Alpha-Beta pruning algorithm, but I can't seem to find any documentation on the issue...

    Does any of you know where I can get that information from and whether the Alpha-Beta pruning algorithm is the best option for creating a chess engine?

    Take care,

    rppc

  2. #2
    Registered User gardhr's Avatar
    Join Date
    Apr 2011
    Posts
    151
    Quote Originally Posted by rppc View Post
    Good evening, everyone!

    I'm willing to create a chess engine in C resorting the Alpha-Beta pruning algorithm, but I can't seem to find any documentation on the issue...

    Does any of you know where I can get that information from and whether the Alpha-Beta pruning algorithm is the best option for creating a chess engine?

    Take care,

    rppc
    Really? Did you try something line this first?

  3. #3
    Registered User
    Join Date
    Oct 2011
    Location
    Porto, Portugal
    Posts
    3
    Yes, mate, I have...

    Can you find any sort of helpful tutorial in there? I was hoping you had more sources here and it's different to have a programmer to programmer (wannabe) conversation.

  4. #4
    Registered User inequity's Avatar
    Join Date
    Nov 2010
    Location
    Seattle, Washington
    Posts
    59
    This looks helpful.
    And so does this.

    But if you're just learning how to program, I'd recommend starting smaller. Perhaps try writing a chess game where you play against yourself first.

  5. #5
    Registered User
    Join Date
    Oct 2011
    Location
    Porto, Portugal
    Posts
    3
    Thank you.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Alpha beta pruning in chess
    By fiber in forum Game Programming
    Replies: 7
    Last Post: 05-06-2011, 12:37 AM
  2. Alpha beta pruning on Iterative deepening
    By thescratchy in forum C Programming
    Replies: 3
    Last Post: 02-04-2011, 01:15 AM
  3. Replies: 24
    Last Post: 08-05-2010, 05:30 PM
  4. Chess Engine?
    By sankarv in forum C Programming
    Replies: 2
    Last Post: 09-18-2006, 11:21 PM
  5. 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