VB: Breakout[exe and soon to be tutorial]
This is an early version of it. I'm going to be adding in a menu soon enough, and lots more levels. I'll also be adding some powerups to it, and better graphics.
http://host-a.net/getfile.php?usern=...eakoutGame.zip
That's where you download the game that people will be making in my game design course.
The tutorial will be starting up soon, and you can find a link to the course here:
http://s9.invisionfree.com/Game_Desi...ex.php?act=idx
Re: VB: Breakout[exe and soon to be tutorial]
Not bad, tho I recommend to use GetMousePos() win api call instead of using MouseMove on your form. When I moved the paddle around and my mouse went just a little out of the screen border i got screwed.