WEEK: 7
Active: February 21st - February 27th
Work Due: February 28th @ 9:00AM

10PRINT ANIMATION

The following is a “Coding Challenge” video from Daniel Shiffman, in which he explores the generative artwork “10PRINT”.

He prefaces this video with the following;

  • “In this coding challenge, I attempt to create a version of the classic one-line Commodore 64 BASIC program in JavaScript using p5.js. This coding challenge is inspired by the book 10 PRINT (free at: https://10print.org/ or Amazon )

Notice: In the video, he uses the keywork let instead of var. This is another way of specifying variables in JavaScript. This is a relatively new alternative keyword, that has certain differences than var. Both are valid for you to use.

[ Code Download ] [ View on GitHub ] [ Live Example ]

Previous section:
Next section: