We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d86f5c commit 5c22258Copy full SHA for 5c22258
Chapter11/README.md
@@ -140,3 +140,15 @@ Draw a circle. Move a mark around on the circle (let it move a bit each time you
140
141
## [Exercise 11](exercises/11)
142
Draw the color matrix from §11.7.3, but without lines around each color.
143
+
144
+## [Exercise 12](exercises/12)
145
+Define a right triangle class. Make an octagonal shape out of eight right triangles of different colors.
146
147
+## [Exercise 13](exercises/13)
148
+"Tile" a window with small right triangles.
149
150
+## [Exercise 14](exercises/14)
151
+Do the previous exercise, but with hexagons.
152
153
+## [Exercise 15](exercises/15)
154
+Do the previous exercise, but using hexagons of a few different colors.
0 commit comments