Visual Basic 2010 Express Tutorial 32 - EZInvaders Part 1 Simple Video Game Programming



This tutorial is the overview and shows the form setup of the EZInvaders game that will be programmed in its entirety. PictureBoxes will be used to make the game. PictureBoxes are not considered to be the best way of making a game, however PictureBoxes are one of the more simple ways of showing game logic without needing DirectX, OpenGL, or graphics acceleration. Using PictureBoxes is prefect for beginning game programming.

Code Download
EZInvaders.zip
InvadersWav.zip
Invader_Shooter_Pics.zip
FB.zip (FB picture)




The current version of Visual Basic can be downloaded for free at Microsoft's Website