Three Tilted Squares 02/26/201902/26/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 6:25 pm Categories: Difficulty Level 1 Draw the following shape with 3 tilted squares. Tags: basics Post navigation PREVIOUS Previous post: Concentric CirclesNEXT Next post: 60 Tilted Squares Related Post 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 HexagonHexagon 02/26/201902/26/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comments Draw a hexagon with just forward and left functions. Related Projects 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
HexagonHexagon 02/26/201902/26/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comments Draw a hexagon with just forward and left functions. Related Projects READ MOREREAD MORE