Menu

Tree [r47] /
 History

HTTPS access


File Date Author Commit
 board 2007-05-09 ntubh [r47] augmented-goban
 dependencies 2006-11-10 lisp-machine [r22]
 emacs 2006-12-31 ahamay [r37]
 evaluation 2006-12-19 ahamay [r33] Added GTP-commands
 server 2006-12-19 ahamay [r33] Added GTP-commands
 testing 2006-12-22 ahamay [r35]
 ui 2006-12-12 ntubh [r28] server/gtp.lisp
 util 2007-04-24 ntubh [r46] finished writing of augmented-goban (ditched th...
 variations 2007-01-10 ahamay [r40]
 README.txt 2007-01-04 ahamay [r38] better tutorial
 go.asd 2007-02-20 ntubh [r44] some cosmetics
 gtp-client.lisp 2007-01-10 rillig [r39] Added simple GTP clients for Windows and Unix.
 package.lisp 2007-01-30 ntubh [r41] Added a cleanly object-oriented class go-field,
 sbcl-gtp-client.bat 2007-01-10 rillig [r39] Added simple GTP clients for Windows and Unix.
 sbcl-gtp-client.sh 2007-01-30 ntubh [r41] Added a cleanly object-oriented class go-field,
 settings.lisp 2007-01-30 ntubh [r41] Added a cleanly object-oriented class go-field,
 startup.lisp 2006-12-22 ahamay [r35]

Read Me

To get cl-go running, you need a common Lisp with asdf installed or built-in, 
as e.g. Allegro or SBCL.
To get started, try in the REPL:

(load "path/to/cl-go/startup.lisp")
;use "/" for windows paths, too

(in-package :go)

(test-uct)

Have fun =)
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.