Skip to content

renxiaoyi/sgf-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sgf-mode

Sgf-mode is an Emacs mode for viewing Go game records in Smart Game Format (SGF). It is modified from Eric Schulte's el-go (http://eschulte.github.io/el-go/).

Install

Add following lines to .emacs:

  (add-to-list 'load-path "/path/to/sgf-mode")
  (require 'sgf-mode)

Usage

Open foo.sgf (e.g. sgf-mode/alphago.sgf) in sgf-mode:

  M-x sgf-open RET [then complete the path to foo.sgf when prompt]

Or first open (C-x C-f) /path/to/foo.sgf, then

  M-x sgf-load RET

Toggle guess-move mode (inspired by Android APP "Go Dojo"):

  M-x sgf-toggle-guess-move-mode RET

Key bindings

  • Enter: one move forward.
  • Space: one move back.
  • Delete: previous variation.
  • Letter keys "a"-"n": navigate through variation branches.
  • "q" to bury the buffer, "Q" to kill the buffer, "R" to reload.

Screenshot

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published