programming games with VB! need tutorial pls!

Started by
4 comments, last by Hekki 20 years, 5 months ago
I want to program games with VB. I need tutorial because I can''t learn on my own. I want to program simple games. Other tutorials always talk about the basic basic basic stuff of VB. I know a lot of basic stuff. I just want to know how to make a simple simple game. HELP!
---------------------------------------In a empty Forum, no one can hear you scream!ahhhhhhhhhhhhhhhhhhhh
Advertisement
I dont use VB or directx myself but this site might help you

http://directx4vb.com/
Have you ever programmed VB before?
------------------------------------------VOTE Patrick O'GradyWrite in Presidential CandidateThe Candidate who Cares.
Yup. Like I said I know most of the Basic stuff for VB.
...but when i say basic... i mean very basic... like image1.visible = true lol... and a lot more stuff


[edited by - hekki on November 8, 2003 8:21:08 PM]
---------------------------------------In a empty Forum, no one can hear you scream!ahhhhhhhhhhhhhhhhhhhh
My VB class at college has me doing an assignement for the end of the semester. Basically, I''m supposed to write "a program that uses concepts not seen in class". So instead of doing a lame little text editor like everyone else, I made (am making...) a 2D RPG à-la SNES. Lemme tell you, VB is not the choice for games. But it works.

Look into the Win32 API (google for a tutorial, should be easy...). You want to be able to understand the concepts of masking sprites and how to use BitBlt at least. Experiment a bit with keyboard/mouse input and just chain it all together. That should get you started.
The tutorials on this site may be of use to you, although personally I dont like ''em much:
http://rookscape.com/vbgaming/

- Jason Astle-Adams

This topic is closed to new replies.

Advertisement