public void draw()
{
switch(direction)
...
Java Snake Game Logic?
by gmaster1440.myopenid.com,
May 25, 2009 02:55,
2 refactorings, tagged with java, game, snake game, snake, logic, timer, pause
public void draw()
{
switch(direction)
...
I'm having a lot of trouble...