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
0
Lighthouse
By
Zyed Yoosef
Run
fill = color(r=5, g=10, b=80) fill1 = color(r=250, g=253, b=15, a=0.75) s2 = circle(r=35, x=100, y=110, fill="red", stroke="none") s1 = rectangle(w=500, h=500, fill=fill, stroke="none") s3 = rectangle(w=75, h=75, x=100, y=75, fill="black", stroke="none") s5 = rectangle(w=100, h=200, x=100, y=-50, fill="red", stroke="none") s6 = rectangle(w=125, h=15, x=100, y=58, fill="white", stroke="none") s4 = rectangle(w=70, h=70, x=100, y=75, fill="white", stroke="none") s7 = rectangle(w=85, h=10, x=100, y=116, fill="white", stroke="none") s8 = circle(r=15, x=100, y=90, fill="yellow", stroke="none") s9 = rectangle(w=100, h=15, x=100, fill="white", stroke="none") s10 = rectangle(w=100, h=15, x=100, y=-40, fill="white", stroke="none") s11 = rectangle(w=100, h=15, x=100, y=-80, fill="white", stroke="none") s12 = rectangle(w=100, h=15, x=100, y=-120, fill="white", stroke="none") p1 = point(x=100, y=90) p2 = point(x=-200, y=-20) p3 = point(x=-200, y=-80) s13 = polygon([p1, p2, p3], fill=fill1, stroke="none") s14 = rectangle(w=200, h=100, x=-50, y=-100, fill="#87ceeb", stroke="none") s15 = circle(r=50, x=-150, y=150, fill="white", stroke="none") s16 = circle(r=2.5, x=-75, y=100, fill="white", stroke="none") s17 = circle(r=2.5, x=-100, y=75, fill="white", stroke="none") s18 = circle(r=2.5, x=-60, y=60, fill="white", stroke="none") s19 = circle(r=2.5, x=-100, y=45, fill="white", stroke="none") s20 = circle(r=2.5, x=-10, y=79, fill="white", stroke="none") s21 = circle(r=2.5, x=-20, y=55, fill="white", stroke="none") s22 = circle(r=2.5, x=-20, y=140, fill="white", stroke="none") s23 = circle(r=2.5, x=-25, y=120, fill="white", stroke="none") s24 = circle(r=2.5, x=-140, y=10, fill="white", stroke="none") s25 = circle(r=2.5, x=-130, y=20, fill="white", stroke="none") s26 = circle(r=2.5, x=-100, y=50, fill="white", stroke="none") s27 = circle(r=2.5, x=10, y=110, fill="white", stroke="none") s28 = circle(r=2.5, x=10, y=10, fill="white", stroke="none") s29 = circle(r=2.5, x=20, y=-10, fill="white", stroke="none") s30 = circle(r=2.5, x=-30, y=0, fill="white", stroke="none") s31 = circle(r=2.5, x=-60, y=-15, fill="white", stroke="none") s32 = circle(r=2.5, x=-60, y=40, fill="white", stroke="none") show(s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15, s16, s17, s18, s19, s20, s21, s22, s23, s24, s25, s26, s27, s28, s29, s30, s31, s32)
Comments
Anand Chitipothu
3 years ago
Post
Dismiss
Nice sketch, Zyed. It would be even better if you could make the stars appear at random locations.
Nice sketch, Zyed. It would be even better if you could make the stars appear at random locations.
Want to discuss?
Post it here, our mentors will help you out.
Login