Code Sketch


Tiles Flooring
By: Shadrak Dsa
Category: Art


cleari()
setSpeed(superFast)

def shape() 
{ 
    left(45)
    right(90, 30)
    left()
    left(90, 30)
    left()
    right(90, 30)
    left()
    left(90, 30)
}


  
def shape2() 
{ 
    left(45)
    right(90, 30)
    left()
    left(90, 30)
    left()
    right(90, 30)
    left()
    left(90, 30)
}
 repeat(10)
 { 
    
   repeat(5)
   {
    setFillColor(cm.hsl(random(0, 360), 1, 0.8))
    shape()
    left(45)
    hop(85)
    left(90)
    setFillColor(cm.hsl(random(0, 360), 1, 0.8))
    shape()
    right(45)
  }
  hop(-85*5) //come back
  right(90)
  

   repeat(5)
   {  
    setFillColor(cm.hsl(random(0, 360), 1, 0.8))
    shape2()
    left(135)
    hop(85)
    right(180)
    setFillColor(cm.hsl(random(0, 360), 1, 0.8))
    shape2()
    right(225)
   
   
    }
      hop(85)
      left(90)
      hop(-85*5)
      
   

 }

  left(135)
  hop(200)
  right(45)
  hop(700)
  right(90)
  setPenColor(white)
  setPenFontSize(40)
  write("Created By Shadrak Soloman Dsa")
  hop(-60)
  write("Our Lady Of Snows High School,Raia,Goa")