Zero #43,
If you zip the bitmap within winzip, or rar it within winrar, then it will not be too large to send over the internet. Just for general knowledge, I suggest always zipping up anything you send over the internet to these forums. It compresses everything, very well sometimes, and there is no reason not to. Well, unless one is too lazy. Which happens occasionally.
About the game itself, I noticed that within the tutorial which worded the instructions about typing in
command center, that the program also instructed the player to type all characters in lower case, in order for the program to function correctly. Instead of doing this, after the user presses the enter key, you should convert all the characters within the inputed string to lower case, using the
LOWER$(String$) command. Then, evaluate the string to continue the program.
By doing this, your program will not have to leave its environmental boundaries(atmosphere) onto an unecessary instruction.

+NanoBrain+