Game programming
You will not find very much in this area, since I am not very interested in game programming. Once I made a Tetris version in C++, and I can put the source here if someone really is interested...


Gameprog.zip (31kb) Some good C routines showing different game programming technics.
Ipx.zip (14kb) Texts about IPX-network programming, how to send packets and so on.
Crc.zip (28kb) Good text about CRC error correction.
Anti_deb.zip (11kb) Some small texts about how to avoid people from debugging your program.
Keyboard.zip (4kb) How to use the keyboard (No, don't misunderstand me now), description of the keyboard scancodes and how to use them.
Joystick.zip (14kb) Example programs in C showing how to use a Joystick, both via BIOS and I/O-ports.
Mscdex21.zip (41kb) Intricate text on how to program the CD-ROM using MSCDEX extension 2.1
Tetris.zip (8kb) 2kb Tetris, pretty ugly but small, asm.