eschulte pushed a commit to branch go in repository elpa. commit 528d315ba799cb1f9a7c695b921d99e18d9d8e2b Author: Eric Schulte <schulte.e...@gmail.com> Date: Tue May 21 10:22:39 2013 -0600
update the README --- README.md | 25 ++++++++++++++++--------- 1 files changed, 16 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 29546f5..3c0e955 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,17 @@ -el-go --- Emacs interface to GO protocols and backends ------------------------------------------------------- +el-go --- Emacs interface to the game of GO +------------------------------------------- - play GO - interact with GO back ends and protocols through a board -- translate between GO back ends and protocols +- translate between multiple GO back ends and protocols -A board-based interface to GO games which may be connected to a number -of GO back-ends through a generic API. To play a game of GO run -`play-go`. Back-ends include the SGF format, the Go Text Protocol -(GTP), the IGS protocol (in progress). +A board-based interface to the game of GO which may be connected to a +number of GO back-ends through a generic API. Back-ends include the +[Smart Game Format](http://senseis.xmp.net/?SmartGameFormat) (SGF), +the [Go Text Protocol](http://www.lysator.liu.se/~gunnar/gtp/) (GTP) +which may be used to play against gnugo, and the +[Internet Go Server](http://en.wikipedia.org/wiki/IGS_Go_server) (IGS) +protocol (in progress). Usage ----- @@ -16,7 +19,11 @@ Usage 1. Load this library. (require 'go) - + 2. Play Go. - (play-go) + M-x go-play + +3. View an SGF file of a saved game. + + M-x go-view-sgf