Matrix Code Screensaver
As a big fan of the Matrix trilogy, what better way to entertain myself than write a Matrix Code screensaver for DOS. Yes, for DOS.
Nothing major, the trick is to directly write into the screen buffer. Clutzy, yes, but a good experience.
Download the Matrix Code Screensaver Source Code
Update:
Matrix Code Screensaver v2
March 9th, 2006 at 3:56 pm
It could do with comments, but not bad da - coding style, I mean.
Is screen buffer always at that address for all x86 based PCs?
March 10th, 2006 at 7:19 am
@Ravi: It probably is, but I need to confirm that. I learnt this while studying system programming in college.