Skip to content

Instantly share code, notes, and snippets.

@alexyoung
Created April 2, 2009 11:05
Show Gist options
  • Select an option

  • Save alexyoung/89138 to your computer and use it in GitHub Desktop.

Select an option

Save alexyoung/89138 to your computer and use it in GitHub Desktop.
animate 5 do
keypress do |key|
case key
when :up, :down, :left, :right
snake.change_direction key
end
end
snake.move
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment