Variable: landmark-game-in-progress

landmark-game-in-progress is a variable defined in landmark.el.gz.

Value

nil

Documentation

Non-nil if a game is in progress.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/landmark.el.gz
;;;
;;; GAME CONTROL.
;;;

;; Several variables are used to monitor a game, including a GAME-HISTORY (the
;; list of all (SQUARE . PREVSCORE) played) that allows to take moves back
;; (anti-updating the score table) and to compute the table from scratch in
;; case of an interruption.

(defvar landmark-game-in-progress nil
  "Non-nil if a game is in progress.")