In need of some general information
Former Microsoft XNA and Xbox MVP | Check out my blog for random ramblings on game development
Oh, and speaking of Tetris games, I made one (available at the Developers Workshop here) that you can download the source code for if you need some help in getting started in DirectX. It uses DX 6, so it's about as current as you can get.
------------------
- mallen22@concentric.net
- http://members.tripod.com/mxf_entertainment/
I think that I'm going to go for it all and get a windows game programming book. If Direct X isn't all that hard to learn than than that's what I'll do. And I'm willing to put A LOT of time in it.
I need some book reccommendations. I'm thinking of "Windows Game Programming for Dummies" as I've mentioned, also "Tricks of the Windows Game Programming Gurus" which i've heard is pretty much the same book. So which one do you guys reccommend. Rember that I will be new to both windows programming and game programming so keep that in mind.
I've also heard "inside Direct X" mentioned.. some more info on that would be appreciated.
Also do any of those books come with a visual c++ 6.0 compiler? Right now I am using a borland 4.52 compiler and I've heard that directx needs a VC 6.0 or better. But i'm not exactly what you would call well informed.
so what do you guys think is best for me?
- Dummies?
- Tricks?
- inside Direct X?
- Others?
- All of them??
Thanks again for the help
[This message has been edited by Brad (edited November 29, 1999).]
It's the only one I've read, but it's what I learned windows and DirectX from.
The main thing that's hard about windows is the terminology. It's not too bad, really.
That book assumes you know nothing about windows and very little about game programming, and it goes into physics, AI, and all sorts of cool stuff.
Directx doesn't require VC++ 6.0, you can write games with it in VBasic if you wanted. But I would suggest you just bite the bullet and purchase a C compiler. Instead of looking for a book that comes with a free one.
Hope this helps, good luck and god speed.
ps. remember... what they show in a book is not nessesarily the best/only/right way to do something, so don't be afraid to go your own way.
If you can manage to ignore that, then it functions perfectly fine and will compile all examples in the book (so basically anything you'd be worried about for a while).
Then, when you think you've had enough of that messagebox...or when you want tech support, or whatever, you can go buy a full version of VC++ for about $99.
However, when I bought my VC++ it had a rebate of $30 on it (I bought it about 2 weeks ago at CompUSA). So I don't know how long that rebate lasts, but if you get in on it, $70 is great for a compiler. I paid more than that for my DOS Turbo C++ compiler!
"Tricks.." comes with an introductory VC++, but you'll want to upgrade to at least the Standard version. Someone correct me if I'm wrong, but I don't think you need VC++ for DirectX. I think you can use a recent version of Borland. Is this right?
Dan
Well I've been working like a banshee at learning how to program games I eventually plan to try and make a side scroller (kinda like contra) with 2 of my friends this summer after we make a few simpler games. I am currently going through the old book "Teach YourSelf Game Programming in 21 Days"
My question is this: Is it worth it to go through that book and build up a dos library when it seems like everyone out there is using windows and direct x and making some pretty damn nice games that just blow those "mode 13h" games out of the water?
I don't want to waste my time learning about all of this ancient dos stuff, because I plan on (eventually) moving on to direct x which will allow me to make much better quality games
So should I go out and buy a book such as "Windows Game Programming For Dummies" or something similar that teaches me how to use direct x or will not having used windows before make that book to advanced for me.
Also, is it as easy as it seems to use direct x to make these games cause I have seen some pretty nice games. Even the simple games (like the tetris one I just downloaded) are very impressive to me.
Anyways thanks for reading this... if anyone still is and I appreciate any and all input I get.