snake

snake is an interactive autoloaded compiled Lisp function in `snake.el'.

It is bound to <menu-bar> <tools> <games> <snake>.

(snake)

Play the Snake game.
Move the snake around without colliding with its tail or with the border.

Eating dots causes the snake to get longer.

Snake mode keybindings:

n Starts a new game of Snake
q Terminates the current game
p Pauses (or resumes) the current game
<left> Makes the snake move left
<right> Makes the snake move right
<up> Makes the snake move up
<down> Makes the snake move down