landmark-mode

landmark-mode is an interactive compiled Lisp function in `landmark.el'.


(landmark-mode)

Parent mode: `special-mode'.

Major mode for playing Lm against Emacs.
You and Emacs play in turn by marking a free square. You mark it with X
and Emacs marks it with O. The winner is the first to get five contiguous
marks horizontally, vertically or in diagonal.

You play by moving the cursor over the square you choose and hitting M-x landmark-human-plays.

Other useful commands:
key binding
--- -------

C-n landmark-move-down
C-p landmark-move-up
SPC landmark-start-robot
X landmark-human-plays
b landmark-move-sw
h backward-char
j landmark-move-down
k landmark-move-up
l forward-char
n landmark-move-se
u landmark-move-ne
x landmark-human-plays
y landmark-move-nw
<down-mouse-1> landmark-start-robot
<down-mouse-2> landmark-click
<drag-mouse-1> landmark-click
<drag-mouse-2> landmark-mouse-play
<kp-1> landmark-move-sw
<kp-2> landmark-move-down
<kp-3> landmark-move-se
<kp-4> backward-char
<kp-6> forward-char
<kp-7> landmark-move-nw
<kp-8> landmark-move-up
<kp-9> landmark-move-ne
<mouse-1> landmark-click
<mouse-2> landmark-mouse-play
<remap> Prefix Command

<remap> <advertised-undo> landmark-human-takes-back
<remap> <beginning-of-line> landmark-beginning-of-line
<remap> <end-of-line> landmark-end-of-line
<remap> <next-line> landmark-move-down
<remap> <previous-line> landmark-move-up
<remap> <undo> landmark-human-takes-back


Entry to this mode calls the value of `landmark-mode-hook' if that value
is non-nil. One interesting value is `turn-on-font-lock'.