Thread: where to start with text adventure

  1. #1
    Advanced Novice linucksrox's Avatar
    Join Date
    Apr 2004
    Location
    Michigan
    Posts
    198

    where to start with text adventure

    I'm pretty new to programming with C++. I went through a whole book on C, and I understand a lot of those concepts, so I'm chugging through this C++ stuff pretty fast. But I'm wondering how much I really should know before I could make a pretty decent text adventure game.
    I guess I'm just not sure where to start, because I don't know exactly everything involved in making this type of game, and I'm pretty sure there are ways to do things that are much better than the ways I'd think to do them. All I know so far is how do use functions, looping, conditional statements, file I/O, and pretty basic stuff like that. I also know a little bit about structures and have a limited knowledge of text parsing (in C). I'm getting into enumeration right now.
    So should I keep learning until I have a good understanding of classes and objects before I try to make a game, or is it possible to do something halfway playable with what I know?
    To give you a better idea of what I want to do with this game, I want to have a 2D, maybe 3D map system, some kind of inventory, and then just locations and events. You can do certain stuff with certain items, there will be people to talk to, and possibly certain events can trigger other events. Nothing too complicated.
    Thanks everyone.
    "What are all you parallelograms doing here?" - Peter Griffin (to Joe and his wheelchair buddies)

  2. #2
    Registered User
    Join Date
    Jan 2005
    Posts
    106
    I made a post on roughly the same thing. It's right below yours. I got some nice responses, so read those for info.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. A bunch of Linker Errors...
    By Junior89 in forum Windows Programming
    Replies: 4
    Last Post: 01-06-2006, 02:59 PM
  2. How to use FTP?
    By maxorator in forum C++ Programming
    Replies: 8
    Last Post: 11-04-2005, 03:17 PM
  3. my text adventure
    By ckeener in forum C++ Programming
    Replies: 2
    Last Post: 06-06-2005, 08:33 AM
  4. Replies: 3
    Last Post: 05-25-2005, 01:50 PM
  5. Post your Best Text Adventure
    By Joe100 in forum Game Programming
    Replies: 3
    Last Post: 08-15-2003, 05:47 PM