summaryrefslogtreecommitdiff
path: root/lisp/play/snake.el
Commit message (Collapse)AuthorAgeFilesLines
...
* (snake-score-file): Put in home dir, not in /tmp.Richard M. Stallman2002-03-031-1/+4
|
* (snake-velocity-queue, snake-update-velocity)Richard M. Stallman2002-02-221-58/+89
| | | | | | | | | | | | (snake-final-x-velocity, snake-final-y-velocity): New variable and functions. Store user's keypresses into a queue and pop from the queue each subsequent turn. (snake-update-game, snake-move-left) (snake-move-right, snake-move-up, snake-move-down, snake-active-p) (snake-start-game): Use that queue. (snake-use-glyphs-flag): Renamed from snake-use-glyphs. (snake-use-color-flag): Likewise. (snake-mode): Rename uses of those variables.
* (snake-mode): Remove make-local-hook.Pavel Janík2001-11-251-1/+0
|
* (snake-score-file): Use temporary-file-directoryEli Zaretskii2001-09-291-1/+1
| | | | | instead of a literal "/tmp". Suggested by Robert <robert@chezmarshall.freeserve.co.uk>.
* Some fixes to follow coding conventions.Pavel Janík2001-07-161-1/+3
|
* Comment change.Richard M. Stallman1998-06-141-1/+1
|
* Initial revisionRichard M. Stallman1998-06-141-0/+379