Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 392 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 392 Bytes

Matrix

This is simulation of "matrix effect" (random letters dropping) in C, on linux using curses.h I added the .cbp file because I used codeblocks to write it, but you can use only .c and .h files to run it. Main() is contained in Projekt. Also there is makefile so you can run it from Linux console. Remember that it is written using curses.h library so you need to have it installed.