Matrix

video

Compile

Linux

gcc matrix.c -o matrix -lncurses -Ofast

Windows

gcc matrix.c -o matrix.exe -Llib -Ofast -Iinclude -lpdcurses

Use

Linux

./matrix

Windows

.\matrix.exe

0-9 set speed (0,1,2,3,4,5,6,7,8,9)

!-& set color (!,@,#,$,%,^,&)

Ctrl+C quit (on Windows twice)