Go



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.

How To Use:

  • Download go.zip (113KB)
  • Unzip with a compression utility.

    Java Source: available in download

    Sample HTML Source:

    
    <APPLET
    
      CODEBASE = "."
    
      ARCHIVE  = "goapplet1.jar"
    
      CODE     = "Manager.GoApplet"
    
      NAME     = "Atari Go Applet"
    
      WIDTH    = 400
    
      HEIGHT   = 400
    
      HSPACE   = 0
    
      VSPACE   = 0
    
      ALIGN    = MIDDLE
    
    >
    
    </APPLET>
    
    

    Status: free

    Author: Sorin Gherman

    Homepage: http://www.geocities.com/SiliconValley/Orchard/8089/Java/Goapplet.htm

    Upload Date: January 28, 2000


    How to Add Java Applets to Your Site

    New on the Java Boutique:

    New Review:

    Time Management Made Easy with the Quartz Enterprise Job Scheduler
    Why not just use the Java timer API? This open source scheduling API boasts simplicity, ease-of-integration, a well-rounded feature set, and it's free!

    New Applet:

    Reverse Complement
    Reverse Complement is a simple applet that converts DNA or RNA sequences into three useful formats.

    Elsewhere on internet.com:

    WebDeveloper Java
    Lots of Java information on webdeveloper.com

    WDVL Java
    Thorough Java resource at the Web Developer's Virtual Library.

    ScriptSearch Java
    Hundreds of free Java code files to download.

    jGuru: Your View of the Java Universe
    Customizable portal with online training, FAQs, regular news updates, and tutorials.