NOC W9 - Infinite Numbers
Final Version:
https://drive.google.com/file/d/1anZKD0WZ9xndtY1eYtYEKDXMWnY627xF/view?usp=sharing

Inspiration:

Working Process:
Version 1: https://editor.p5js.org/WangZhewei1027/sketches/63012obGL
Use 0 to make 0

Version 2: https://editor.p5js.org/WangZhewei1027/sketches/H4Vw9HMI9
Load all the numbers
Use 1 to make 0

In the middle of the development, I met some bugs, which I fond the solution after some time.
To make text in the middle of the textbox:
rectMode(CENTER);
textAlign(CENTER, CENTER);
https://github.com/processing/p5.js/issues/766
For ver3 and ver4, the algorithm is so complex, that I completely rebuild the program.
Start to develop locally.
Version 5:
https://drive.google.com/file/d/1GjQimJj75EaourYsDjlFfPrH9oHpfiAB/view?usp=drive_link
Version 6:
https://drive.google.com/file/d/1anZKD0WZ9xndtY1eYtYEKDXMWnY627xF/view?usp=sharing
Reflection:
The the developing process is much harder than I expected. I feel like when the project involves animation, it takes a lot of time adjusting time parameters. I am thinking about develop an universal animation tool in p5, so next time I can easily play with the time.
For the recursive part, this project is not that conventional recursion. Instead, it just show the concept of recursion. The animation still has the room to improve.
For future development, I want to make a clock base on this program. Every digit is a recursive number. I think that will be cool.