Results 1 to 12 of 12

Thread: MAking A Game..

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Oct 2002
    Location
    Tanzania (Arusha)
    Posts
    17

    MAking A Game..

    hello guyzz,,
    whz up?
    i have been thinking of a simple game,, but my problem is tht i have never created a game before but i would really like some help on making any simple game in vb.. i would really appreciate if u would help me on this topic...
    Muz

  2. #2
    Hyperactive Member
    Join Date
    Feb 2002
    Posts
    261
    www.planetsourcecode.com has A LOT of games for VB! Maybe you could get some good ideas from there!

  3. #3
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    Muzamil - You should start simple.

    So start by using putting a picturebox on your form, and a few buttons to move the picturebox.
    So when the user presses the 'left' command button, move the picturebox left, if the user presses 'down', then move the picturebox down.

    Then develop upon that... perhaps by making the object move continually until the user presses 'stop'.
    Things like that.

    After you've been doing things like that, and are proficient in them, then you could move onto controlling the character with a mouse, and then start to play with the BitBlt() API to enhance the performance of your game
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  4. #4
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333
    A good site with lots of "how to" stuff http://rookscape.com/vbgaming/

  5. #5

    Thread Starter
    Junior Member
    Join Date
    Oct 2002
    Location
    Tanzania (Arusha)
    Posts
    17

    Games...

    Hey thx for ur replies..
    well to move the picture box using buttons is a quite simple thing to do but... moving the control by itself until stop is pressed thts a problemm..
    i mean.. when sumone clicks on a button it shud just move until the stop button is pressed.. can u just give me the code for tht...?
    Muz

  6. #6
    Fanatic Member duc's Avatar
    Join Date
    Oct 2002
    Location
    STEAM
    Posts
    702
    how do you make games in VB. arent games more meant to made in flash. maybe not i dunnno

  7. #7
    Addicted Member
    Join Date
    Aug 2002
    Location
    Baltimore, MD
    Posts
    230
    You can use almost any language to make a game. Most PC games are made in C++, but VB is also a possibility.

  8. #8
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190
    VB is MS flagship language. And they have made it possible for VB programmers to use DX to improve their games. So now you should have pretty big demands for not letting VB make your games.
    But as Machaira wrote, most games in stores are made in C++.

  9. #9
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    Originally posted by NoteMe
    VB is MS flagship language.
    Not anymore. C# is there!

    Most professional games are written in C++ because of it's superior performance in algorithms and inline assembly.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

  10. #10
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190
    I have never tried C#, so it might be true. But earlier when I mentioned that VB was MS flagship I quoted Jonathan S. Harbour. He has been programming games in 14 years. So I just thought that he would know better then me....

  11. #11
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    C# is very new, and up to the release of .NET VB WAS MSs flagship. But, as I said, not anymore.

    And I'd be really surprised if any game that is sold in a normal gamestore for $30+ is written in anything but C/C++/ASM.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

  12. #12
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190
    That’s true. You don't want to hire a whole programming team and use a year to make a game in VB. But for one person to make games in his boy room, VB is perfect...

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