|
|
. |
. |
|
| This is a Java game.
Wait for game to load. Your browser must be Java enabled to play game. If there is a
problem, check your browser's help menu regarding Java. Game best played with Microsoft's
Internet Explorer. |
|
Try your Go skills against an Artificial Brain.
Pay attention, the first who captures something is the winner.
There are several types of players you can choose from.
Clicking 'settings' will let you control the search depth of the selected algorithm. A
bigger number will make the game slower, but more challenging.
- A "Greedy" Go player. It uses a statical
evaluation (heuristic) to choose his next move.
- A Min-Max based Go player. It's the classical way to choose
the optimal move when we have the game tree.
- The AlphaBeta Go player). Faster than Min-Max (it does not
explore branches that are clearly worse than what was already explored) but the idea is
the same.
Author: Sorin Gherman
Homepage: http://www.geocities.com/SiliconValley/Orchard/8089/Java/Goapplet.htm
|
|