User profile: HeWasLikeAGhost
User info |
User name: | HeWasLikeAGhost |
History |
Joined: | |
Number of posts: | 10 |
Latest posts: |
What I Have So Far [code]int roomID[3] = {0,1,2};
int roomExits[4] = {0,1,2,3}; //n,e,s,w
int room1ID = roomID[0];
...
What I Have So Far Yeah, for some reason I'm not good with arrays, I don't know why. Could you give me an example of h...
What I Have So Far Alright, my first game project is making a text adventure game. I've got the rooms linked so far. ...
Text Adventure Problems Damn. Just had to switch the two around. Thanks a lot! ;]
Text Adventure Problems So I've been having problems with the use of strings in my class.
[code]#include <iostream>
#i...
|
This user does not accept Private Messages