Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 5 of 5

Thread: Estimation help

  1. #1
    Junior Member
    Join Date
    Feb 2012
    Posts
    8
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Estimation help

    This is quite a strange question probably but i will try ask it anyway. I am dabbling in some AI within gaming. I am going to try to create a checkers game with a very very simple gui just showing moves and using the algorithims Minimax/Alpha-Beta. My question is - Being an intermediate programmer spending around 2-4 hours a day roughly how long would/should this take? The reason im asking is because if it's something that will take 4 months then i don't think i will waste the time. On the other hand if it's going to take 2-3 weeks then i will.

    I appreciate any help


  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Estimation help

    The GUI could take 4 or 5 days. No idea how long the AI would take.

  3. The Following User Says Thank You to Norm For This Useful Post:

    glennder (February 1st, 2012)

  4. #3
    Junior Member
    Join Date
    Feb 2012
    Posts
    8
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: Estimation help

    Ok Thanks doesnt sound too bad, do you mean GUI - meaning implementing the basic rules as in moving pawns and jumping pawns etc?

  5. #4
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Estimation help

    implementing the basic rules as in moving pawns and jumping pawns
    That sounds more like the AI part.
    By GUI I was talking about displaying the board and pieces on some of the squares.

  6. #5
    Junior Member
    Join Date
    Feb 2012
    Posts
    8
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: Estimation help

    Ah ok thanks.