snake-mode
snake-mode is an interactive compiled Lisp function in `snake.el
'.
(snake-mode)
Parent mode: `special-mode'.
A mode for playing Snake.
In addition to any hooks its parent mode `special-mode' might have run,
this mode runs the hook `snake-mode-hook', as the final step
during initialization.
key binding
--- -------
n snake-start-game
p snake-pause-game
q snake-end-game
<down> snake-move-down
<left> snake-move-left
<right> snake-move-right
<up> snake-move-up