Thread: Poll: Text-Based Game Preferences?

  1. #1
    For Narnia! Sentral's Avatar
    Join Date
    May 2005
    Location
    Narnia
    Posts
    719

    Post Poll: Text-Based Game Preferences?

    Hello, I am planning to make a text-based medieval game, but I'm not sure as to how to set it up. That's why I made this poll.

    Say the game asked you if you want to pick up a object.

    Would you rather type the command: take

    Or would you rather push a letter or number and than enter.
    Like this.

    1.Take

    Tell me what you would like to see in this game, either the command type(typing the actual command), or the selection type.
    Videogame Memories!
    A site dedicated to keeping videogame memories alive!

    http://www.videogamememories.com/
    Share your experiences with us now!

    "We will game forever!"

  2. #2
    Slave MadCow257's Avatar
    Join Date
    Jan 2005
    Posts
    735
    I would vote the latter, however, it would be cool if you clicked on stuff rather than controlling through text. If you can use Windows.h it wouldn't be that hard to do.

  3. #3
    Registered User
    Join Date
    May 2003
    Posts
    7
    If I play a text based game, I want some flexibility. If there was a flask, I should be able to type:

    "Get ye flask"
    "get flask"
    "pick up flask:
    "take flask"
    "taketh ye flask"

    And end up with the flask in my inventory. Having many different ways to do actions in your game makes it a lot less frustrating. Also, make sure you have a kind of help system, describing the reccomended syntax for the actions if you go with this approach.

    Hope it turns out well for you.

  4. #4
    Registered User
    Join Date
    May 2005
    Posts
    73
    Typing in the entire command facilitates spelling errors and extra time. The first few takes would be O.K. but after that it would really get annoying.

    I would recommend either a letter or number

    Code:
    Take
    Drop
    or
    Code:
    1. Take
    2. Drop
    of course you would have to display the options to the screen everytime cause' some people can't remember what numbers/letters go with which each command.

  5. #5
    Registered User
    Join Date
    Apr 2002
    Posts
    1,571
    Quote Originally Posted by wuzzuppy_123
    If I play a text based game, I want some flexibility. If there was a flask, I should be able to type:

    "Get ye flask"
    "get flask"
    "pick up flask:
    "take flask"
    "taketh ye flask"

    And end up with the flask in my inventory. Having many different ways to do actions in your game makes it a lot less frustrating. Also, make sure you have a kind of help system, describing the reccomended syntax for the actions if you go with this approach.

    Hope it turns out well for you.
    "you can't get ye Flask!"
    "...the results are undefined, and we all know what "undefined" means: it means it works during development, it works during testing, and it blows up in your most important customers' faces." --Scott Meyers

  6. #6
    Registered User
    Join Date
    May 2005
    Posts
    73
    Quote Originally Posted by wuzzuppy_123
    If I play a text based game, I want some flexibility. If there was a flask, I should be able to type:

    "Get ye flask"
    "get flask"
    "pick up flask:
    "take flask"
    "taketh ye flask"

    And end up with the flask in my inventory. Having many different ways to do actions in your game makes it a lot less frustrating. Also, make sure you have a kind of help system, describing the reccomended syntax for the actions if you go with this approach.

    Hope it turns out well for you.
    Hehe you just brought back some memories of a text game I used to play on a really old computer.. could type just about whatever you wanted.. (Was a mystery game called Moonmist or something like that) It gave freedom and was probably the only text-based game I enjoyed, had replayability, and created a visual scene. I guess it used a base set of actions that you could type whenever.

    (Play with/Get/Take/Look at/Talk to)

    So you could type "Play with woman" or "Look at woman" or "Talk to woman" or "Get naked". Obviously play with woman would do nothing but repond humourously. And get naked would lead to unusual results but funny.

    Remember to make things descriptive and wouldn't be a bad idea to add in options that really lead the gamer nowhere, but add to the visual aspect.

    I.e.
    If the game finds a flask filled with green liquid.... let them "Smell it", "Taste it",, etcs... while these options don't get the gamer anywhere you can have humourous/descriptive responses.

    I guess if you wanted to implement this type you would create a set of actions say (15 global) and for each object that the user interacts with it would have 15 different responses.

    Just a thought... i never play text-based games..(graphics nut myself)

  7. #7
    For Narnia! Sentral's Avatar
    Join Date
    May 2005
    Location
    Narnia
    Posts
    719
    OK. Thanks for you feedback. I am going to wait until I get more of a narrowed down result, before I start the game. But I am leaning to the idea of going with a selection type of gameplay, such as press 1 to take, press 2 to drop, or something along those lines. I want it to be as "userfriendly" as possible. But I am still accepting suggestions.
    Videogame Memories!
    A site dedicated to keeping videogame memories alive!

    http://www.videogamememories.com/
    Share your experiences with us now!

    "We will game forever!"

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Text based game
    By beene in forum Game Programming
    Replies: 10
    Last Post: 05-12-2008, 07:52 PM
  2. Text based game..
    By MipZhaP in forum C++ Programming
    Replies: 8
    Last Post: 02-28-2005, 08:35 AM
  3. Unknown Memory Leak in Init() Function
    By CodeHacker in forum Windows Programming
    Replies: 3
    Last Post: 07-09-2004, 09:54 AM
  4. Add to my football strategy text game
    By real_cozzy in forum Game Programming
    Replies: 6
    Last Post: 01-20-2002, 05:09 PM
  5. Outputting String arrays in windows
    By Xterria in forum Game Programming
    Replies: 11
    Last Post: 11-13-2001, 07:35 PM