Explore
Courses
Batches
Sketches
Statistics
Code a Pookkalam
Jobs
Devsprint
People
Course Creation
Create a Course
Guidelines
Resources
Support
Blogs
My Profile
About Us
Login
Sketches
1
ANGRY BIRD
By
K S ABHISHEK
Run
#feathers f=ellipse(-70,120,h=75,w=20,fill='red',stroke_width=2) | rotate(-80) | translate(-65) f1=ellipse(-40,105,h=75,w=20,fill='red',stroke_width=2) | rotate(-30) f3=rectangle(120,5,w=49,h=13,stroke_width=2,fill='black') | rotate(5) f4=f3 | rotate(50) | translate(40,-70) f5=f4 | scale(y=-1) | rotate(14) show(f,f1,f3,f4,f5) #plain p=ellipse(0,-70,w=300,h=50,stroke='none',fill='green') show(p) #body c=ellipse(w=200,h=175,fill='red',stroke_width=2.8) | rotate(8) show(c) #body parts #eyes s=circle(r=20,fill='white',stroke_width=2.5) | translate(x=-60) s1=circle(r=6,fill='black',stroke_width=3) | translate(x=-55) s2=combine((s,s1)) s3=s2 | scale(-1) | translate(x=-83) show(s2,s3) #eyebrows a=polygon((point(-90,20),point(-85,33),point(-45,20)),fill='black') | translate(x=5,y=-5) a1=a | scale(x=-1) | translate(x=-88) show(a,a1) #beak b=polygon((point(-44,-10),point(-73,-38),point(-38,-45),point(-11,-37)),fill='#FFD700',stroke_width=2) b1=polygon((point(-73,-38),point(-40,-65),point(-11,-37),point(-38,-45)),fill='#FFD700',stroke_width=2) show(b,b1)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login