Just use the mouse to move the Snake, and you can change the slider values to change your Snake's speed, size, colour and length.
I've been trying to make a Grid or Pixel-Based Snake for a while, and I finally figured out how to do it; basically, each section of the Snake goes to the nearest position that is a multiple of 8, thus resulting in a Grid-Based system. Update July 14: Added Length slider