guile-user
[Top][All Lists]
Advanced

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

Re: Hack, zile, tetris


From: Mike Gran
Subject: Re: Hack, zile, tetris
Date: Thu, 16 Feb 2012 07:39:46 -0800 (PST)

> From: Ludovic Courtès address@hidden

> It seems to be too fast for me, and to ignore (?) my keystrokes.  How
> can I make it slower?
> 

I should have know that using (times) wasn't very portable. 
I'll have to redo it with srfi-18 time to be more formal.
 
To try it now, increase the 500 in line 145
 
     (if (>= (- (tms:clock (times)) tics) (- 500 (* speed 5)))

They keystrokes it is supposed to recognize are up, left, right,
and space.
 
-Mike



reply via email to

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