|
-
Feb 24th, 2003, 02:03 AM
#1
Thread Starter
Lively Member
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)
-
Feb 24th, 2003, 02:59 AM
#2
-
Feb 24th, 2003, 11:07 PM
#3
Junior Member
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
-
Feb 24th, 2003, 11:46 PM
#4
Hyperactive Member
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.
-
Feb 25th, 2003, 08:06 AM
#5
Addicted Member
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.
-
Feb 25th, 2003, 07:02 PM
#6
Thread Starter
Lively Member
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)
-
Feb 27th, 2003, 09:38 AM
#7
Fanatic Member
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.
-
Mar 3rd, 2003, 09:58 PM
#8
Hyperactive Member
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"
-
Mar 4th, 2003, 06:23 PM
#9
Fanatic Member
I think my first game in VB was a breakout in Excel
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|