BP Forums
Visual Basic Game - Printable Version

+- BP Forums (https://bpforums.info)
+-- Forum: Archived Forums (https://bpforums.info/forumdisplay.php?fid=55)
+--- Forum: Archived Forums (https://bpforums.info/forumdisplay.php?fid=56)
+---- Forum: VB.NET (Visual Basic 2010/2008) (https://bpforums.info/forumdisplay.php?fid=8)
+---- Thread: Visual Basic Game (/showthread.php?tid=634)



Visual Basic Game - Atri - 09-04-2012

Does anybody know how to make a game in visual basic?
If anybody knows please post a reply.


Re: Visual Basic Game - Cartman - 09-05-2012

Yer look here --> http://www.schoolfreeware.com/Visual_Basic_2010_Express_Tutorials_-_VB.Net_-_Beginning_-_Game_Programming.html

and scroll down to Tutorial 32 and you will learn how to make a Space Invaders type game. <!-- sBig Grin --><img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt="Big Grin" title="Very Happy" /><!-- sBig Grin -->


Re: Visual Basic Game - manishshrestha60 - 09-05-2012

Cartman Wrote:Yer look here --> http://www.schoolfreeware.com/Visual_Basic_2010_Express_Tutorials_-_VB.Net_-_Beginning_-_Game_Programming.html

and scroll down to Tutorial 32 and you will learn how to make a Space Invaders type game. <!-- sBig Grin --><img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt="Big Grin" title="Very Happy" /><!-- sBig Grin -->

Nice place to learn stuff


Re: Visual Basic Game - brandonio21 - 09-05-2012

Ah, solid! Creating a game in Visual Basic shouldn't be too hard! If you use components like Pictureboxes in order to house components of the game, you don't even have to clear the screen every couple of milliseconds!