Yet another Snake game
Thursday, 8. March 2007, 20:11:48
So what if there are a lots of other snake clones on the net?
Why should you play this one over all the others? Well:
1. The snake looks cute.
2.
3. Profit.
Controls:
Enter to play
Arrow keys to change direction
P to pause.


dantesoft # 18. March 2007, 22:00
I found it too fast, sometimes, enough that while going west, up+right didn't turn it around fast enough, only a row higher. Annoying if you're one row below the top playarea edge
One enhancement would be to allow the snake to coil over itself, maybe also jump over the playarea edges: I commented out lines 162, 163
orinoco # 19. March 2007, 09:10
The speed of the game is very dependant on the speed of the machine it is running on. If it is too fast you can slow it down a bit by upping the number in this line:
MyInterval=setInterval("update()", 10);
Thinking about it 10ms is way too fast. I'll have a play tonight & come up with a more sensible figure.
A friend of mine said they were having trouble making tight turns so I played for a few minutes & took this screen cap to prove that it is possible. I think it boils down to the speed issue again though.
dantesoft # 19. March 2007, 09:30
Any way to do a speed test, and normalize the experience on all machines ?