This pattern generator can create beautiful patterns! Enter the number of sides on the shape, how many shapes you would like and the pen size, then an amazing pattern will be generated for you!
== OLD PROJECT, REUPLOADED == Orginal date: Nov 27, 2016 This pattern generating takes the inputs number of sides (x), number of shapes (y), and pen size. To draw a shape, it moves forward, turning (360 / x), repeating this x times. After this the pen turns (360 / y) and draws the next shape, with this loop repeating y times! The amount moved