Line 1: |
Line 1: |
− | Turtle Art program to generate and annotate triangular numbers. | + | == Turtle Art/Tutorials/Triangular Numbers Program == |
| | | |
− | [[File:TATriangularNumbersStart.png]]
| + | Read at https://help.sugarlabs.org/turtleart_tutorials/triangular_numbers_program.html |
| | | |
− | Main program<br><br>
| + | The source file has been moved to [https://github.com/godiard/help-activity/blob/master/source/turtleart_tutorials/triangular_numbers_program.rst GitHub] |
− | | |
− | [[File:TATriangularNumbersSetup.png]] | |
− | | |
− | Set up variables and place turtle<br><br>
| |
− | | |
− | [[File:TATriangularNumbersCaption.png]]
| |
− | | |
− | Put captions above table of annotations<br><br>
| |
− | | |
− | [[File:TATriangularNumbersTriangle.png]]
| |
− | | |
− | Create triangle of colored dots with annotations<br><br>
| |
− | | |
− | [[File:TATriangularNumbersLine.png]]
| |
− | | |
− | Create one line of diagram, including annotations<br><br>
| |
− | | |
− | [[File:TATriangularNumbersNote.png]]
| |
− | | |
− | Write number of dots in line, and total number of dots so far in new row of table
| |