Variable: gomoku-game-history
gomoku-game-history is a variable defined in gomoku.el.gz.
Value
nil
Documentation
A record of all moves that have been played during current game.
Source Code
;; Defined in /usr/src/emacs/lisp/play/gomoku.el.gz
(defvar gomoku-game-history nil
"A record of all moves that have been played during current game.")