Tangent Circles 02/26/201902/26/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 2:52 pm Categories: Difficulty Level 1 Draw a few tangent circles as seen below. Tags: basics, circle Post navigation PREVIOUS Previous post: PentagramNEXT Next post: Horizontally Tangent Circles Related Post Half CircleHalf Circle 03/25/201903/25/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw a vertical half circle as shown here. You may need to use seth() and circle() with extent. READ MOREREAD MORE Three DiamondsThree Diamonds 03/11/201903/11/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw the following shape with three diamonds. READ MOREREAD MORE TrapezoidTrapezoid 02/26/201902/26/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw a trapezoid shape. You can use goto(x,y) function together with foward() and left() functions. READ MOREREAD MORE
Half CircleHalf Circle 03/25/201903/25/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw a vertical half circle as shown here. You may need to use seth() and circle() with extent. READ MOREREAD MORE
Three DiamondsThree Diamonds 03/11/201903/11/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw the following shape with three diamonds. READ MOREREAD MORE
TrapezoidTrapezoid 02/26/201902/26/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw a trapezoid shape. You can use goto(x,y) function together with foward() and left() functions. READ MOREREAD MORE