Variable: landmark-losing-threshold

landmark-losing-threshold is a variable defined in landmark.el.gz.

Value

100000

Documentation

Threshold score beyond which a human move is winning.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/landmark.el.gz
(defconst landmark-losing-threshold
  (aref landmark-score-trans-table (+ 1 1 1 1)) ;; XXXXscore
  "Threshold score beyond which a human move is winning.")