Hello

My name is Shaun Jackman
My e-mail address is sjackman@rogers.wave.ca

Here is my entry for the 16KB game contest, entitled "Ballz!"

It is composed of two source files: main.asm and ballz.cpp

main.asm was compiled using Netwide Assembler version 0.40 using the command line
nasm -f obj -o main.obj main.asm

ballz.cpp was compiled using Borland C++ version 4.5 using the command line
bcc -3 -c ballz.cpp

The linking was done with Borland C++ version 4.5 using the command line
tlink /n /t main.obj ballz.obj, ballz.com

Thanks,
  Shaun Jackman
