Results 1 to 9 of 9

Thread: Where did people start when learning how to do games for VB?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Aug 2002
    Posts
    102

    Where did people start when learning how to do games for VB?

    Hi all,

    I’m a little confused. I have used VB before but I am new at creating games for it, Where do I start?

    Does anyone have a good reference for a simple game to make?

    Also what kind of games can be created for VB

    Any other help would be great also.

    Thanx

    Aiden
    aiden,
    [email protected]
    __________________
    The human race is a smart one, but we still don’t yet understand that if there is no food in the fridge the first time, there wont be food in the fridge the 2nd 3rd or hundredth time you check -- (…always hoping)

  2. #2

  3. #3
    Junior Member
    Join Date
    Nov 2002
    Posts
    16
    I personally started making games without using DX and I found it very simple. www.vbexplorer.com has a lot of good tutorials that you should find helpful.

    I also found a lot of other turorials by just searching yahoo or google.

    Deciding on the type of game you want should be your first step

  4. #4
    Hyperactive Member
    Join Date
    Feb 2002
    Posts
    261

    Re: Where did people start when learning how to do games for VB?

    Originally posted by FlashX
    Hi all,

    I’m a little confused. I have used VB before but I am new at creating games for it, Where do I start?

    Does anyone have a good reference for a simple game to make?

    Also what kind of games can be created for VB

    Any other help would be great also.

    Thanx

    Aiden
    I wouldn't suggest starting game programming with DirectX!

    The GDI (Windows API graphics functions) would be much easier to learn although it does have some very unusual complexities as well. Its easily powerful enough for any (err. most. Any reasonable) 2d game.

  5. #5
    Addicted Member
    Join Date
    Aug 2002
    Location
    Baltimore, MD
    Posts
    230
    As axion_sa posted, start with www.directx4vb.com. Don't waste your time with the GDI. DirectX is just as easy, if not easier to learn than the GDI and much more powerful.

  6. #6

    Thread Starter
    Lively Member
    Join Date
    Aug 2002
    Posts
    102
    thanks for you help guys, now all i need to do is find out what looks the easiest.
    aiden,
    [email protected]
    __________________
    The human race is a smart one, but we still don’t yet understand that if there is no food in the fridge the first time, there wont be food in the fridge the 2nd 3rd or hundredth time you check -- (…always hoping)

  7. #7
    Fanatic Member alkatran's Avatar
    Join Date
    Apr 2002
    Location
    Canada
    Posts
    860
    I started programming games as soon as I found QBasic on ym dad's old computer, I taught myself everything using the help file.... (my first program woudl crash cause it never let functions end... just called the normal one again... lol...

    I got better at it of cours.e. learned what a variable was (LOL) etc...

    of course cause of tihs I had horrible coding habits... Iwouldn't recommend this. lol
    Don't pay attention to this signature, it's contradictory.

  8. #8
    Hyperactive Member
    Join Date
    Apr 2002
    Location
    Toronto, Ontario
    Posts
    280
    Or...better than learning DX, you could learn OpenGL. Some people (myself included) find OpenGL easier because you can simply issue commands rather than interact with various objects. Check out nehe.gamedev.net, however most of their tutorials were primarily written with a VC++ programmer in mind........however, that doesn't matter, because all the actual commands are the exact same. However, if you do decide to use OpenGL, you may want to look for (or ask me ) a type library called "vbogl.tlb"

  9. #9
    Fanatic Member petrus's Avatar
    Join Date
    May 2002
    Location
    pBytes[sizeof(pBytes)/2]
    Posts
    553
    I think my first game in VB was a breakout in Excel
    ICQ: 128716725

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width