Joined
Last Seen
0 Reputation Points
100% Quality Score
- Upvotes Received
- 2
- Posts with Upvotes
- 1
- Upvoting Members
- 2
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
0 Endorsements
Ranked #107.55K
~371 People Reached
Favorite Forums
Favorite Tags
1 Posted Topic
Re: The easiest way to make a text adventure is to use classes. Have a look at this topic: http://www.daniweb.com/software-development/python/threads/57599/text-adventure-classes Basically you create a class called "Room" which has several methods i.e. the room's description, the items inside the room (like a rope) and characters in the room. This way the … |
The End.