#War Games
I am trying to write a war game and I need some help.
I need to find a good way to setup my arrays in Basic to take care of my
map and units. I want to write it in Basic for convience sake but if my
only option is for Assembler or C I can do that also.
I just have to be able to access my unit data and store my information for
a map which includes elevation. My arrays turn out to be monsters.
I had thought of how to store info in bits but I have no idea of how I
should be retreiving the info and how to analyze it quickly.
Thanks for any info,
Jim