Java-Gaming.org
Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
Featured games (78)
games approved by the League of Dukes
Games in Showcase (408)
games submitted by our members
Games in WIP (293)
games currently in development
News: Read the Java Gaming Resources, or peek at the official Java tutorials
 
    Home     Help   Search   Login   Register   
Pages: [1]
  ignore  |  Print  
  Checkers AI  (Read 5096 times)
0 Members and 1 Guest are viewing this topic.
Offline h3ckboy
« Posted 2009-02-24 10:08:40 »

hey I am making a checkers game, and I havent done any AI beofre so if someone coule point me in the right ditection taht would rule.
Offline pjt33
« Reply #1 - Posted 2009-02-24 12:25:39 »

hey I am making a checkers game, and I havent done any AI beofre so if someone coule point me in the right ditection taht would rule.
Google alpha-beta trees.
Offline halfwitgoat

Junior Member


Projects: 2



« Reply #2 - Posted 2009-02-24 19:56:03 »

Minimax is your basic algorithm. It's a depth-first search with a function for evaluating game positions.

Alpha-beta is a way of pruning irrelevant branches of the tree to make the search faster.


Games published by our own members! Check 'em out!
Play the free demo of Revenge of the Titans!
Offline h3ckboy
« Reply #3 - Posted 2009-02-24 20:03:51 »

k, I am googling minimax, thx for the help.
Offline SimonH
« Reply #4 - Posted 2009-02-25 04:34:47 »

Some good coverage here.
You should google 'AI board evaluation' also.

Heroes' Keep is in development.
Meanwhile try Bloodridge
Offline h3ckboy
« Reply #5 - Posted 2009-02-25 08:02:57 »

is this a command?  moves <- GenerateMoves(game);
it uses it a lot in the end. or is it jsut a representation of something.
Offline mh114

Junior Member





« Reply #6 - Posted 2009-02-25 10:27:37 »

is this a command?  moves <- GenerateMoves(game);
it uses it a lot in the end. or is it jsut a representation of something.
That's an assignment; something like this in Java, for example:
1  
MovesStructure moves = generateMoves(game);

Offline h3ckboy
« Reply #7 - Posted 2009-02-25 12:12:44 »

so do I make MoveseStructer a class?

sry I am asking dumb questions I jsut havent ever done any AI.
Offline h3ckboy
« Reply #8 - Posted 2009-02-25 12:37:24 »

k I found the source code, that made it harder and easier sort of. Their code is structured different than mine. casue the done have slick Tongue. so they dont have tiledmaps so tehy make a class for the board.
Pages: [1]
  ignore  |  Print  
 
 
You cannot reply to this message, because it is very, very old.

Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
 
Browse for soundtracks for your game!

Add your game by posting it in the WIP section,
or publish it in Showcase.

The first screenshot will be displayed as a thumbnail.

The invasion has landed! On Mars! And you're there to beat 'em!
cubemaster21 (113 views)
2013-05-17 21:29:12

alaslipknot (123 views)
2013-05-16 21:24:48

gouessej (152 views)
2013-05-16 00:53:38

gouessej (145 views)
2013-05-16 00:17:58

theagentd (158 views)
2013-05-15 15:01:13

theagentd (142 views)
2013-05-15 15:00:54

StreetDoggy (186 views)
2013-05-14 15:56:26

kutucuk (210 views)
2013-05-12 17:10:36

kutucuk (210 views)
2013-05-12 15:36:09

UnluckyDevil (215 views)
2013-05-12 05:09:57
Complex number cookbook
by Roquen
2013-04-24 12:47:31

2D Dynamic Lighting
by Oskuro
2013-04-17 16:46:12

2D Dynamic Lighting
by Oskuro
2013-04-17 16:45:57

2D Dynamic Lighting
by Oskuro
2013-04-17 16:23:20

Noise (bandpassed white)
by Roquen
2013-04-05 17:36:01

Noise (bandpassed white)
by Roquen
2013-04-03 16:17:38

Java Data structures
by Roquen
2013-03-29 13:21:12

Topic Request
by kutucuk
2013-03-22 21:42:01
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines | Managed by Enhanced Four Valid XHTML 1.0! Valid CSS!
Page created in 0.087 seconds with 22 queries.