From a3fa145ee84b08c43efcf237acd5ca28f7c130eb Mon Sep 17 00:00:00 2001 From: leverett22 <59433374+leverett22@users.noreply.github.com> Date: Sat, 21 May 2022 15:38:25 -0700 Subject: [PATCH] Dual Recursion for Tiles Link to demo: https://editor.p5js.org/leverett22/full/JbOtrHZqG --- _CodingChallenges/077-recursion.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_CodingChallenges/077-recursion.md b/_CodingChallenges/077-recursion.md index cc7de9eca8..ad9b4bb742 100644 --- a/_CodingChallenges/077-recursion.md +++ b/_CodingChallenges/077-recursion.md @@ -55,6 +55,11 @@ contributions: author: "Hussain Salih Mahdi" url: https://editor.p5js.org/hussainsalih.github@gmail.com/sketches/ByUM10Q-x source: https://github.com/Shubbair/CreativeCoding/tree/main/Recursion + - title: "Dual Recursion for Tiles" + author: "Damon Leverett" + url: https://editor.p5js.org/leverett22/full/JbOtrHZqG + source: https://editor.p5js.org/leverett22/sketches/JbOtrHZqG + --- In this coding challenge, I explore the concept of recursion to create fractal patterns in JavaScript HTML5 canvas with the p5.js library.