@ -0,0 +1,13 @@
package Snake;
import java.awt.*;
public class TextView implements Drawable
{
@Override
public void draw(Graphics g)
}