Checking roomsnot exactly, I'm trying an exercise in class and I'm not sure how I would do it. Currently I'm think...
Checking roomsHey there guys! I was wondering if someone could help me make a function to check that I tick off a ...
map spawning@Peter87, Yeah I'm using std::cin to take in commands from the user and with movements of North, Eas...
map spawning@Peter87 [code] int side = rand() % 4; int square = rand() % 5; switch (side) { case 0: // left x =...
map spawningHello I'm new to C++ programming my friends and I want to make a simple little text adventure room w...
This user does not accept Private Messages