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

2 Responses to “Matrix Code Screensaver”

  1. Ravi Says:

    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?

  2. Nirenjan Says:

    @Ravi: It probably is, but I need to confirm that. I learnt this while studying system programming in college.