emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] 27/255: implementation notes


From: Eric Schulte
Subject: [elpa] 27/255: implementation notes
Date: Sun, 16 Mar 2014 01:02:12 +0000

eschulte pushed a commit to branch go
in repository elpa.

commit 412a219163337d3d3bad0e68320c2ab5fa7290b1
Author: Eric Schulte <address@hidden>
Date:   Wed May 16 00:04:15 2012 -0400

    implementation notes
---
 sgf.el |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/sgf.el b/sgf.el
index c342541..c5fb981 100644
--- a/sgf.el
+++ b/sgf.el
@@ -69,6 +69,13 @@
 ;; - games build such trees as they go
 ;; - a board is just one interface into such a tree
 
+;;; Notes:
+
+;; Save the board layout associated with each node in the sgf file,
+;; and only make new boards if there is not already a known board
+;; layout for a node.  That way there is no worry about replacing
+;; removed stones when moving backwards in a game.
+
 ;;; Code:
 (require 'cl)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]