Comment 1 for bug 631582

Revision history for this message
Josh Brown (joshbrown) wrote : Re: Snake movement: Speed control required

We don't have any `sleep` statement, so I guess it must be the poor efficiency of our program thats making the snake go at a normal speed. We'll need to find an alternative to the `sleep` statement that will take into account the time it takes for the program to run so that games will run at the same speed on both fast computers and slow computers. We also better look into the program's efficiency (bug #631702).