Results 1 to 9 of 9

Thread: beginning game in VB6

  1. #1

    Thread Starter
    Hyperactive Member dflw's Avatar
    Join Date
    Apr 2001
    Location
    ct, usa
    Posts
    412

    beginning game in VB6

    hello,

    i just wanted to know how much experience one should have before starting to program simple VB6 games?
    Visual Basic 6, HTML, JavaScript, learning C++

  2. #2
    Lively Member
    Join Date
    Mar 2001
    Location
    Brooklyn, NYC
    Posts
    112
    One year is sufficient, I suppose. I developed a game, but it is not graphical..
    Visual Basic Programmer.

    VB,ASP,VBscript,JavaScript,Oracle,Developer 2000,ADO,HTML, C#, VB.NET, ASP.NET....

  3. #3
    Addicted Member hypnos's Avatar
    Join Date
    Aug 2000
    Location
    UK
    Posts
    183
    Well it really all depends on the game but you say simple, I guess you mean battle ships or snake? You may need to become quite familiar with VB to make those types of games. If we get even simpler then we may be talking about a game where the computer has to guess what number you're thinking (this was my first C assignment in college ) This is quite easy but you still need a little VB knowledge. I guess when you're ready to programme one type of game...you'll know you're ready

    Keep at it

  4. #4

    Thread Starter
    Hyperactive Member dflw's Avatar
    Join Date
    Apr 2001
    Location
    ct, usa
    Posts
    412
    well, at least to program a mario like game or zelda. i know how to make a picture box jump and come back down adjusting the flight to earth's true gravity. But all the collision stuff and pixel jargon mix me up.....
    Visual Basic 6, HTML, JavaScript, learning C++

  5. #5

    Thread Starter
    Hyperactive Member dflw's Avatar
    Join Date
    Apr 2001
    Location
    ct, usa
    Posts
    412
    ive been at it for about 5 months now, but i had previous experience with the guessing games with javascript. i dont get to work on vb much cus of school.
    Visual Basic 6, HTML, JavaScript, learning C++

  6. #6
    Fanatic Member rudvs2's Avatar
    Join Date
    Mar 2001
    Location
    NZ
    Posts
    935
    he VERY best way to enhance your vb knowledge is to decide on a big project and dive on in. As long as you are not having to meet any deadlines. You can then take your time figuring out how to make each element of the project work. Coding Coding and more Coding are the secrets to learning VB. (That and lots of help from guys like MartinLiss and Megatron)

  7. #7
    Kenny_Dee
    Guest

    Try this

    I would say start the game. If your having to many problems or don't even know ware to start then go to http://www.amazon.com and get a book on VB. Once you get the book ground your self to the computer and go thru the whole thing.

    Thats my advice for you.

  8. #8
    Addicted Member hypnos's Avatar
    Join Date
    Aug 2000
    Location
    UK
    Posts
    183
    Why not try and start with the basic collision code. For example, you could use rectangular collision detection, where everything represents a rectangle of some sort. Sure it's not pixel perfect but it is a start.

  9. #9
    Megatron
    Guest
    I think the best method to learn anything is to practice it. Learning about it in theory (textbooks, lectures etc.) can help, but I believe the majority of it comes from doing the practical work. It's impossible to become an expert at something you've never done before, but it is possible to be an expert at something without reading a single word about that topic.

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