Nov 3rd, 2000, 05:34 AM
Ok, I don't tell about the game idea. I just want some suggestions on what things to use in code etc.
First, should I use DirectX or BitBlt for graphics? I think the game won't change graphics mode, so the game is all the time windowed. Only battle mode will use the graphics (rest of the game is mainly controlling "resources").
Then how I should save the graphics data? Is the only choise BMPs? I have VB4 32-bit, no support for GIFs and JPGs.
More about the battle mode - what is the best way to control it? It's not real time, each "monster" gets it's turn in time. I just think I need somekind of timing so tell me what's the best (and maybe fastest).
Thanks for any answers,
First, should I use DirectX or BitBlt for graphics? I think the game won't change graphics mode, so the game is all the time windowed. Only battle mode will use the graphics (rest of the game is mainly controlling "resources").
Then how I should save the graphics data? Is the only choise BMPs? I have VB4 32-bit, no support for GIFs and JPGs.
More about the battle mode - what is the best way to control it? It's not real time, each "monster" gets it's turn in time. I just think I need somekind of timing so tell me what's the best (and maybe fastest).
Thanks for any answers,