From 9a56838a87be2a28dea1e458679c7f73f325db32 Mon Sep 17 00:00:00 2001 From: MissChervinsky <70954224+MissChervinsky@users.noreply.github.com> Date: Wed, 30 Mar 2022 11:59:32 -0400 Subject: [PATCH 1/3] Create Chervinsky Solved for 56 using p5js. : https://editor.p5js.org/chervinsky/full/Ji5otp-bU --- 056/Chervinsky | 152 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 152 insertions(+) create mode 100644 056/Chervinsky diff --git a/056/Chervinsky b/056/Chervinsky new file mode 100644 index 0000000..d2dd2d7 --- /dev/null +++ b/056/Chervinsky @@ -0,0 +1,152 @@ + + + + Solving Sol + + + + + + + + + + + + + From d8abdd07133e0cfa478432c40c607870995a164d Mon Sep 17 00:00:00 2001 From: MissChervinsky <70954224+MissChervinsky@users.noreply.github.com> Date: Wed, 30 Mar 2022 12:01:56 -0400 Subject: [PATCH 2/3] Create ColorBands --- ColorBands | 373 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 373 insertions(+) create mode 100644 ColorBands diff --git a/ColorBands b/ColorBands new file mode 100644 index 0000000..1123d4c --- /dev/null +++ b/ColorBands @@ -0,0 +1,373 @@ + + + + Solving Sol + + + + + + + + + + + + + From 3262db70f228c4ee7325eb17ca3fe28c28aa2104 Mon Sep 17 00:00:00 2001 From: MissChervinsky <70954224+MissChervinsky@users.noreply.github.com> Date: Wed, 30 Mar 2022 12:07:18 -0400 Subject: [PATCH 3/3] Update solutions.json --- solutions.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/solutions.json b/solutions.json index 4b80123..afe255e 100644 --- a/solutions.json +++ b/solutions.json @@ -91,6 +91,10 @@ "author" : "Soreine", "entry" : "index.html" } + { + "author" : "Chervinsky", + "entry" : "index.html" + } ], "065" : [ @@ -316,4 +320,9 @@ "entry" : "index.html" } ] +"Color Bands": +[{ + "author" : "Chervinsky", + "entry" : "index.html" + }] }