Skip to content

ps173/webcmatrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WEBCMATRIX

A falling matrix inspired from cmatrix. Currently live here

You can also tweak colors by setting color item in localstorage.

  1. Do ctrl+shift+j or just open Developer tools console
  2. In console type following
localStorage.setItem("color", "any color that you want");
  1. Now reload the page and see the matrix with your color

How to generate the same effect yourself ?

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 mydrawing