Hi again (and so soon),

Thank you all for your shining show of interest so far. It's pulled me through to making sure I got this code out super-fast (and hopefully not worse for the wear). Pardon in advance if this is the wrong section to announce this in (no other suggestions were made when I asked yesturday).

The code can be found in the Code Catacombs under Go Arena version 0.1a. There isn't alot of documentation, but there is documentation. There are also numerous comments in the code, which will hopefully help those that become confused by my writing style (or lack thereof).

For those that do not know this is in reference to the node AI and GO, which describes the whole thing briefly. What I am trying to do here is give programmers an arena to test and develop their AI skills. I'm doing this by having writ a GO server which allows two AI's to connect and play a game of GO.

This would allow programmers the feedback they need in order to determine which of their techniques and ideas about AI are most effective. Hopefully this will interest alot of people (or at least more than just me), and we will all learn some good stuff and have fun and all that jazz. I'm going to stop rambling now and let you get to the code.

One last thing, as gaggio asked, I will put up a tutorial when I get a chance. For right now read the README and go-proto.txt and try to figure it out the best you can. When in doubt use the source, Luke!

Ciao,
Gryn

p.s. Sorry again for the repeats :( -- don't know how, and didn't know a better way to fix.


In reply to Go Arena released! by gryng

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.