gobaduchicommon Code
Status: Pre-Alpha
Brought to you by:
pmartin2000
File | Date | Author | Commit |
---|---|---|---|
dist | 2010-02-16 | pmartin2000 | [r6] New .jar |
libs | 2010-02-14 | pmartin2000 | [r1] Slight reorg of files. Added dist ant target. F... |
src | 2010-02-16 | pmartin2000 | [r5] Made the game record more complete, removed gam... |
test | 2010-02-14 | pmartin2000 | [r1] Slight reorg of files. Added dist ant target. F... |
.classpath | 2010-02-14 | pmartin2000 | [r1] Slight reorg of files. Added dist ant target. F... |
.project | 2010-02-14 | pmartin2000 | [r1] Slight reorg of files. Added dist ant target. F... |
COPYING | 2010-02-15 | pmartin2000 | [r4] Slight reorg of files. Added README and COPYING... |
README | 2010-02-15 | pmartin2000 | [r4] Slight reorg of files. Added README and COPYING... |
build.xml | 2010-02-15 | pmartin2000 | [r4] Slight reorg of files. Added README and COPYING... |
====================================================================== gobaduchicommon ====================================================================== gobaduchicommon is a java library encapsulating some of the basic concepts of Go (a board game). This library is used by other java libraries, tools and software such as the sgfutils (http://sgfutils.sourceforge.net/) The library JAR file can be found under the ./dist directory. The ./lib directory contains all dependant jars (including junit) for your convenience. Run ant without arguments to see what targets are available and furhter explanation. JavaDoc is the primary source of the documentation. To generate it under ./javadoc, run: ant javadoc