emacs-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-commit] emacs/lisp/play snake.el


From: Richard M. Stallman
Subject: [Emacs-commit] emacs/lisp/play snake.el
Date: Fri, 22 Feb 2002 10:19:08 -0500

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <address@hidden>    02/02/22 10:19:06

Modified files:
        lisp/play      : snake.el 

Log message:
        (snake-velocity-queue, snake-update-velocity)
        (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.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lisp/play/snake.el.diff?tr1=1.5&tr2=1.6&r1=text&r2=text




reply via email to

[Prev in Thread] Current Thread [Next in Thread]