eschulte pushed a commit to branch go in repository elpa. commit 79e4482b5119812b6f8e37766363238ea4b44829 Author: Eric Schulte <schulte.e...@gmail.com> Date: Sun May 19 12:31:02 2013 -0600
adding README --- README.md | 22 ++++++++++++++++++++++ 1 files changed, 22 insertions(+), 0 deletions(-) diff --git a/README.md b/README.md new file mode 100644 index 0000000..29546f5 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +el-go --- Emacs interface to GO protocols and backends +------------------------------------------------------ + +- play GO +- interact with GO back ends and protocols through a board +- translate between 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). + +Usage +----- + +1. Load this library. + + (require 'go) + +2. Play Go. + + (play-go)