This sketch, titled Triangles, consists of an algorithm programmed to reproduce the Sierpiński triangle.
The user can tap the arrows at the bottom of the sketch, or the left and right side of the triangle, to increase or decrease the amount of recursions performed.
The "Loops" value shows how many recursions being performed and the "Triangles" value shows how many triangles are currently being displayed.
Loops: 1 Triangles: 3