A falling matrix inspired from cmatrix. Currently live here
You can also tweak colors by setting color item in localstorage.
- Do
ctrl+shift+j
or just openDeveloper tools console
- In console type following
localStorage.setItem("color", "any color that you want");
- Now reload the page and see the matrix with your color
Here are the notes that I made. It's a very simple mechanism and nothing complex really. If you prefer video then here's a wonderful video on coding train