Skip to content

Commit

Permalink
Fix link to image
Browse files Browse the repository at this point in the history
  • Loading branch information
noelwelsh committed Jul 8, 2023
1 parent 925e18c commit d426da1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/pages/fractals/exercises.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import doodle.java2d.*

We now have a number of new tools in our toolbox. It's time to get some practice putting them all together.

Here's an example of the familiar chessboard pattern. We have used an auxillary parameter to pass along a color that we change at each recursion. By changing the hue by a prime number we end up a complex pattern with infrequently repeating colors. See @:fref(fractals:chessboard-2) for an example.
Here's an example of the familiar chessboard pattern. We have used an auxillary parameter to pass along a color that we change at each recursion. By changing the hue by a prime number we end up a complex pattern with infrequently repeating colors. See the image below for an example.

```scala mdoc
def chessboard(count: Int, color: Color): Image =
Expand Down

0 comments on commit d426da1

Please sign in to comment.