Skip to content
Open navbar menu
Sign UpLog In
superguy123456

awesome coder

@superguy123456
I am a python coder who has learned block based Java Script
  • Snake Game! Turtle Style!

    Cover page
    Made with Python

    This 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!

    Cover page
    Made with Python
    Recent comments (2)
    superguy123456
    superguy123456
    2 years ago

    by the way you need to fork this to see the console for typing the commands in

    superguy123456
    superguy123456
    2 years ago

    now 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

All Repls