DJRobloxian

Scratcher Joined 4 years, 1 month ago Russia

About me

import turtle
from random import randint
t = turtle.Turtle()
t.speed(10) # 1:slowest, 3:slow, 5:normal, 10:fast, 0:fastest
for i in range (32):
t.width(1 + i)
t.color(randint(0,255),randint(0,255)

What I'm working on

I am no longer doing scratch. I have focused on bigger projects and other game engines.

I will be visiting from time to time to help others and create complex projects.

What I've been doing

Comments

You have 500 characters left.
  • Comments loading...