void Start()
 {
     s = new Snake();
     P5JSExtension.frameRate(10);
     pickLocation();
 }