Variable: gomoku-board
gomoku-board is a variable defined in gomoku.el.gz.
Value
nil
Documentation
Vector recording the actual state of the Gomoku board.
Source Code
;; Defined in /usr/src/emacs/lisp/play/gomoku.el.gz
(defvar gomoku-board nil
"Vector recording the actual state of the Gomoku board.")