Search:

Type: Posts; User: sketch8

Search: Search took 0.01 seconds.

  1. re revised post

    I think i am almost there :) i have a few glitches when i run it. it will not accept the commands i input :( im not too sure what it is tho, any help would be fantastic. thanks so much for all your...
  2. ok thanks :) now im a little more confused. if i...

    ok thanks :) now im a little more confused. if i dont need switch/case what would be better to use? is it anything closer to what i was thinking before with the if statements or should i try stick...
  3. thanks for pointing me in the right direction. i...

    thanks for pointing me in the right direction. i have been trying to get my head around scanf(), getchar() and switch(). so for my problem of trying to navigate would this possibly work:



    int...
  4. thanks for your help :) i am stuck again now...

    thanks for your help :)

    i am stuck again now on trying to get the getDirection function. this part i am striggling with as i have very little coding knowledge and am not too sure how to code it :(...
  5. thanks :) when your in the room, it shopuld...

    thanks :)

    when your in the room, it shopuld say something like "exits are available to your" and let you know where, this is what i have attempted



    //DESCRIBE EXITS FUNCTION

    void...
  6. thanks soo much for your help. i have edited the...

    thanks soo much for your help. i have edited the code so it is now compilable, granted with quite a bit (loads) of help.



    // Required System Files
    #include <stdio.h>
    #include <stdlib.h>...
  7. Problem! C Programming Begginer Soooo Confused :(

    i am trying to create a basic text based game which will simply navigate between rooms when u press the corresponding letter. eg. n = north.
    i have a basic code here which i have been given to work...
Results 1 to 7 of 7