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 Two Filled CirclesTwo Filled Circles 08/18/202008/18/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw two filled circles as shown below. Code: READ MOREREAD MORE PentagramPentagram 02/26/201902/26/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comments Draw a five sided star called Pentagram. READ MOREREAD MORE Right TriangleRight Triangle 02/26/201902/26/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw a right triangle. You can use goto(x,y) function along with forward(d) and left(angle). Related Projects READ MOREREAD MORE
Two Filled CirclesTwo Filled Circles 08/18/202008/18/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw two filled circles as shown below. Code: READ MOREREAD MORE
PentagramPentagram 02/26/201902/26/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comments Draw a five sided star called Pentagram. READ MOREREAD MORE
Right TriangleRight Triangle 02/26/201902/26/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw a right triangle. You can use goto(x,y) function along with forward(d) and left(angle). Related Projects READ MOREREAD MORE