// ,     
private int HEAD = 0;            //  
private int TAIL = 1;            //  
private int BODY = 2;            //  
private int ACLOCKWISE_TURN = 3; //     
private int CLOCKWISE_TURN = 4;  //     
