Skip to content
JacobRoberts edited this page Apr 29, 2014 · 5 revisions

Once all of the code is installed and tested, all that's left to do is launch the executable with the command
$GOPATH/bin/chess

As your $GOPATH grows in size, it becomes more convenient to edit your $PATH to include $GOPATH/bin
export PATH=$PATH:$GOPATH/bin
Once your $PATH is set, you can simply run chess.

The program listens on http://localhost:9999. It should automatically open a web browser to that page. If your web browser doesn't open, navigate there manually.

Clone this wiki locally