awesome coder
Snake Game! Turtle Style!
Made with PythonThis is a snake game made with turtle. The snake is able to go over itself. Again, It will not die by touching itself! The way it does die is by hitting the sides of the "arena". Sometimes, it mystyriously bounces backwards. Please Fork and share the link to this project's comments if there is something you have done that I could use...
Recent comments (0)draw freely!
Made with PythonRecent comments (2)superguy1234562 years agoby the way you need to fork this to see the console for typing the commands in
superguy1234562 years agonow if you can't read the python then here are the commands:
1=right
2=left
3=forward
1(20)=20 degrees to the right
1(50)=50 degrees to the right
2(20)=20 degrees to the left
2(50)=50 degrees to the left
3(100)=100 pixels forward
p(u)=pen up
p(d)=pen down
p(r)=pen color red
p(o)=pen color orange
p(y)=pen color yellow
p(g)=pen color green
p(bl)=pen color blue
p(p)=pen color purple
p(b)=pen color black
p(w)=pen color white
b(r)=background color red
b(o)=background color orange
b(y)=background color yellow
b(g)=background color green
b(bl)=background color blue
b(p)=background color purple
b(b)=background color black
b(w)=background color white