Quote: " I usually come up with them on the can."
Um... Okay.
But seriously though, You must have really wide monitor, the dimensions are really freaky. You should give us the option to change the dimensions. Actually, what would bee really cool would be to have this code in your game (I use it in mine):
input "What would you like as your display mode X axis? ";xaxis#
cls
input "What would you like as your display mode Y axis?: ";yaxis#
cls
input "What would you like as your display mode bit depth? Possible Choices: 8,16,32: ";bitdepth#
cls
set display mode xaxis#,yaxis#,bitdepth#
cls
Of course, if they key in a bit depth that cannot run, the program will die. Heh.