Variable: gomoku-score-table
gomoku-score-table is a variable defined in gomoku.el.gz.
Value
nil
Documentation
Vector recording the actual score of the free squares.
Source Code
;; Defined in /usr/src/emacs/lisp/play/gomoku.el.gz
;;;
;;; THE SCORE TABLE.
;;;
;; Every (free) square has a score associated to it, recorded in the
;; GOMOKU-SCORE-TABLE vector. The program always plays in the square having
;; the highest score.
(defvar gomoku-score-table nil
"Vector recording the actual score of the free squares.")