From de4f5e1991873732336624afe48f3245c007a00a Mon Sep 17 00:00:00 2001 From: lazyrunner Date: Wed, 18 May 2022 17:38:38 -0400 Subject: [PATCH 1/2] Added color and monospace char to ascii video Added monospace so that all char would be the same width, controlled height with canvas height. Added color to each "pixel" link: https://editor.p5js.org/lazyRunner14/sketches/_M8e0TeLP --- _CodingChallenges/166-ascii-image.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_CodingChallenges/166-ascii-image.md b/_CodingChallenges/166-ascii-image.md index df76b3c915..94d2f7e305 100644 --- a/_CodingChallenges/166-ascii-image.md +++ b/_CodingChallenges/166-ascii-image.md @@ -81,6 +81,10 @@ contributions: author: "Josh Vickers" url: "https://editor.p5js.org/thejoshvickers/full/9_8ozyPMV" source: "https://editor.p5js.org/thejoshvickers/sketches/9_8ozyPMV" + - title: "Color Ascii video with monospace characters" + author: "Joshua Fernandes" + url: "https://editor.p5js.org/lazyRunner14/sketches/_M8e0TeLP" + source: "https://editor.p5js.org/lazyRunner14/sketches/_M8e0TeLP" topics: - title: 'Welcome! Choo choo!' time: '0:00' From 65e3b039469abebcb01a30afca07887b7889f7ea Mon Sep 17 00:00:00 2001 From: lazyrunner Date: Wed, 18 May 2022 17:43:45 -0400 Subject: [PATCH 2/2] Update 166-ascii-image.md --- _CodingChallenges/166-ascii-image.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_CodingChallenges/166-ascii-image.md b/_CodingChallenges/166-ascii-image.md index 94d2f7e305..963e69f29a 100644 --- a/_CodingChallenges/166-ascii-image.md +++ b/_CodingChallenges/166-ascii-image.md @@ -82,7 +82,9 @@ contributions: url: "https://editor.p5js.org/thejoshvickers/full/9_8ozyPMV" source: "https://editor.p5js.org/thejoshvickers/sketches/9_8ozyPMV" - title: "Color Ascii video with monospace characters" - author: "Joshua Fernandes" + author: + name: "Joshua Fernandes" + url: "https://github.com/lazyrunner" url: "https://editor.p5js.org/lazyRunner14/sketches/_M8e0TeLP" source: "https://editor.p5js.org/lazyRunner14/sketches/_M8e0TeLP" topics: