Go Back   CodingForums.com > :: Server side development > Java and JSP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 03-29-2011, 12:26 AM   PM User | #1
dbphd
New to the CF scene

 
Join Date: Mar 2011
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
dbphd is an unknown quantity at this point
Checkers game Java AI

I am working on an assignment to develop a java program that allows a human to play checkers against a computer using AI principles such as search space, play strategy and representation. Any ideas, websites or leads that would help in developing this application?

Best
dbphd is offline   Reply With Quote
Old 03-29-2011, 02:37 AM   PM User | #2
oesxyl
Master Coder


 
Join Date: Dec 2007
Posts: 6,682
Thanks: 436
Thanked 890 Times in 879 Posts
oesxyl is a jewel in the roughoesxyl is a jewel in the roughoesxyl is a jewel in the rough
Quote:
Originally Posted by dbphd View Post
I am working on an assignment to develop a java program that allows a human to play checkers against a computer using AI principles such as search space, play strategy and representation. Any ideas, websites or leads that would help in developing this application?

Best
sorry for question, what do you mean by 'play checkers'?

best regards
oesxyl is offline   Reply With Quote
Old 03-29-2011, 04:10 AM   PM User | #3
mimis40
New Coder

 
Join Date: Mar 2011
Location: Utah
Posts: 30
Thanks: 0
Thanked 6 Times in 6 Posts
mimis40 is on a distinguished road
Minimax is your basic algorithm. It's a depth-first search with a function for evaluating game positions.

Good luck
mimis40 is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 02:40 AM.


Advertisement
Log in to turn off these ads.