Forum: Game Development Dec 6th, 2008 |
| Replies: 3 Views: 1,020 Well generally, you will always have the ability of a loss. Even the computer defined AI will screw up alot of times. To make it so that it will always win or always draw are almost impossible. There... |
Forum: Game Development Dec 6th, 2008 |
| Replies: 3 Views: 2,148 Yeah i'd just try to find a Dark GDK forum and post there. I kind of did the same thing as you did, pick a random fourm and ask for help. But you are specifically choosing a certian topic, and if you... |
Forum: Game Development Dec 6th, 2008 |
| Replies: 1 Views: 635 I have no idea how to make somthing like this, and i'm kind of new with file I/O.
How would you start somthing like this?
O.k. here is what I have to save,
I have roughly 56+ variables that need... |
Forum: Game Development Nov 26th, 2008 |
| Replies: 4 Views: 748 Whenever I try to do what you told me, it says" Error: Excess "
What should I do to solve this,
I happens here (",|I|" } }; <== )
What should I do to combat this problem? |
Forum: Game Development Nov 26th, 2008 |
| Replies: 4 Views: 748 string MAP[11][11];
MAP[0][0]= "|I|";
MAP[0][1]= "|I|";
MAP[0][2]= "|I|";
MAP[0][3]= "|I|";
MAP[0][4]= "|I|";
MAP[0][5]= "|I|";
MAP[0][6]= "|I|";
MAP[0][7]= "|I|";
MAP[0][8]= "|I|"; |
Forum: Game Development Nov 24th, 2008 |
| Replies: 2 Views: 656 Ok, I figured it out on my own. I need no more help. |
Forum: Game Development Nov 24th, 2008 |
| Replies: 2 Views: 656 int x;
x = 2;
int y;
y = 2;
//Definition of MAP ARRAY//
char commandmpdir;
char N;
char W;
char S;
char E; |
Forum: Game Development Nov 23rd, 2008 |
| Replies: 2 Views: 656 This was orignally posted in C++ Foums:
Hey, I'm new to this forum.
I'm having trouble making a mapping/navigation type program.
Kind of like one where you type in "N" and you go north. But... |