Adblock breaks this site

Text-based game in Visual Basic

Discussion in 'Programming General' started by fury6000, Jan 30, 2008.

  1. fury6000

    fury6000 Member

    Joined:
    Jan 21, 2008
    Posts:
    34
    Referrals:
    0
    Sythe Gold:
    0
    Text-based game in Visual Basic

    Okay, so im not good enough yet to work on a real kind of game in Visual Basic 2005 express. But i am curious- is it possible to make a text-based game WITHOUT a lot of trouble in vb 2005 express?
     
  2. Blupig

    Blupig BEEF TOILET
    $5 USD Donor

    Joined:
    Nov 23, 2006
    Posts:
    7,145
    Referrals:
    16
    Sythe Gold:
    1,609
    Discord Unique ID:
    178533992981594112
    Valentine's Singing Competition Winner Member of the Month Winner MushyMuncher Gohan has AIDS Extreme Homosex World War 3 I'm LAAAAAAAME
    Off Topic Participant
    Text-based game in Visual Basic

    I made one in VB6, and .NET and VB6 are...Sort of...Similar. So yeah, I guess you could.
     
  3. Faskist

    Faskist Tuxhead
    Banned

    Joined:
    Apr 25, 2005
    Posts:
    1,869
    Referrals:
    0
    Sythe Gold:
    0
    Text-based game in Visual Basic

    You'd probably find this kind of thing easier in C, or Python, or any of the other good languages.
     
  4. Swan

    Swan When They Cry...
    Retired Global Moderator

    Joined:
    Jan 23, 2007
    Posts:
    4,957
    Referrals:
    0
    Sythe Gold:
    0
    Sythe's 10th Anniversary Member of the Month Winner
    Text-based game in Visual Basic

    .Net is semi-decent considering you use Windows, darby. However, Linux users would indefinitely use C, Java etc.

    Or REALBasic *shudders*

    fury, its no trouble at all to make text based games. Drag a couple of text boxes, maybe a button or two and you're halfway there.
     
  5. Faskist

    Faskist Tuxhead
    Banned

    Joined:
    Apr 25, 2005
    Posts:
    1,869
    Referrals:
    0
    Sythe Gold:
    0
    Text-based game in Visual Basic

    I use the loonix. It actually depends on what you mean by text-based game -- "You are in a square room" and it's ilk are trivial in C, whereas Roguelikes are trivial (Or at least, not as difficult, depending on how complex you make the system) in Pascal.
     
  6. Stuart

    Stuart Guru
    Banned

    Joined:
    May 5, 2005
    Posts:
    1,580
    Referrals:
    2
    Sythe Gold:
    10
    Text-based game in Visual Basic

    All you vb haters GTFO he asked for help not you saying which programming language and operating system is better.

    Ill make an example of how you can make a text based game.
     
  7. Faskist

    Faskist Tuxhead
    Banned

    Joined:
    Apr 25, 2005
    Posts:
    1,869
    Referrals:
    0
    Sythe Gold:
    0
    Text-based game in Visual Basic

    Making a text-based game in VB would be more roundabout than making it in another language, and harder for a newbie.
     
  8. Stuart

    Stuart Guru
    Banned

    Joined:
    May 5, 2005
    Posts:
    1,580
    Referrals:
    2
    Sythe Gold:
    10
    Text-based game in Visual Basic

    It would be the same ammount of work in another language...

    Here is an example I made on how to load a map into a multidimensional array from a text file and how to move around the map.

    http://www.naruto-uk.co.uk/vb/TxtGame.zip
     
< Creating a web browser in visual basic | Help In Creating Program >


 
 
Adblock breaks this site