Tagged Questions
-1
votes
1answer
77 views
How can i fix my code so that it is a fully functioning text game? [closed]
This is my code. I have a beginner knowledge of C, and i have reached a dead end. I cant seem to continue my game. This piece of code runs flawlessly. I would really appreciate some help on going ...
2
votes
2answers
144 views
How can I switch between scenarios in a text game?
I am making a text-based adventure game. How should I go about changing to another scene if the player wants to e.g. go to the house or walk down the road?
I am using Objective C, but C will work ...