PDA

Click to See Complete Forum and Search --> : VB: Breakout[exe and soon to be tutorial]


Izzy545
Mar 9th, 2005, 12:37 PM
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=Izzy545&file=BreakoutGame.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_Design_Course/index.php?act=idx

Evgeni
Mar 9th, 2005, 04:24 PM
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.