Function: landmark-prompt-for-move

landmark-prompt-for-move is a byte-compiled function defined in landmark.el.gz.

Signature

(landmark-prompt-for-move)

Documentation

Display a message asking for Human's move.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/landmark.el.gz
    (landmark-terminate-game 'human-resigned)))) ; OK. Accept it

;;;_ + PROMPTING THE HUMAN PLAYER.

(defun landmark-prompt-for-move ()
  "Display a message asking for Human's move."
  (message (if (zerop landmark-number-of-human-moves)
	       "Your move? (move to a free square and hit X, RET ...)"
	       "Your move?")))