A New Video Game
Friday, November 30th, 2007Last night I finally broke down and downloaded the new version of Visual Studio 2008 Express and directX9c SDK. I found a really cool tutorial online for learning how to program video games. Granted I already know how to program windows GUI applications in C++, the last of my few contracts have been in VB or VBA, so my actual ability in C++ is a little rusty and I’ve been planning to get back to it for some time. Specifically I really wanted to finally put some focus on getting good at it.
Here was the tutorial site that I found:
http://www.directxtutorial.com/
So just this morning I followed the first tutorial for DX9 and got the little windows application to display a blue screen, then fade it to black, and fade back to blue in a repeating cycle. It’s still a little jerky so once I get it nice and smooth I’ll see if I can post some source code and a downloadable exe in my software section. I haven’t had this much fun in a LONG time!
Once I get this thing working a little better in the direction I want to go, I’ll probably post a web forum so members can come and hang out and have more interactive discussions.
accomplished