Thread: Sams Teach Yourself Game Programming in 24 Hours

  1. #1
    Registered User
    Join Date
    Jul 2003
    Posts
    28

    Sams Teach Yourself Game Programming in 24 Hours

    Has anyone read this book, if so can you tell me if it's good or not. It uses Win32 API which I'm learning right now, since I plan to use DirectX 9 and it's also used with other API's also anyways. It doesn't have to be a really great book, since it doesn't cost much anyways but can anyone tell me it's useful at all.

    Can anyone tell me what API Sams Teach Yourself Game Programming with DirectX in 21 Days. From the table of contents it seems to use Direct3d in 2d but according to the reviews it uses Direct Draw.
    Last edited by Android; 11-02-2003 at 05:00 PM.

  2. #2
    Pursuing knowledge confuted's Avatar
    Join Date
    Jun 2002
    Posts
    1,916
    Haven't read either, but neither is any good. Nothing by Sams really is.
    Away.

  3. #3
    Registered User
    Join Date
    Jul 2003
    Posts
    28
    I'm thinking of getting the DirectX in 21 Days book. I read reviews of it and none of them are bad. Have you even looked at either books?

  4. #4
    carry on JaWiB's Avatar
    Join Date
    Feb 2003
    Location
    Seattle, WA
    Posts
    1,972
    You might also want to look at Tricks of the Windows Game Programming Gurus ...it covers Direct Draw and some basic 3d stuff at the end...plus it comes with two cds, one with two 3d books and the source code from the book, and the other with MSVC++ 6 "Introductory Edition"
    "Think not but that I know these things; or think
    I know them not: not therefore am I short
    Of knowing what I ought."
    -John Milton, Paradise Regained (1671)

    "Work hard and it might happen."
    -XSquared

  5. #5
    Registered User
    Join Date
    Jul 2003
    Posts
    28
    I looked at that book and was going to get it but it uses Direct Draw and I think DirectX 7. Sams Teach Yourself Game Programming with DirectX in 21 Days
    uses 2D which is what I want to program in for a while, and it uses DirectX 8.1 throughout the book. I think it uses Direct3d for the 2D things but I'm not sure.

  6. #6
    Pursuing knowledge confuted's Avatar
    Join Date
    Jun 2002
    Posts
    1,916
    If you haven't seen any bad reviews, you haven't looked hard enough.

    http://www.amazon.com/exec/obidos/tg...stomer-reviews
    http://www.informit.com/isapi/produc...tent/index.asp the author is a professional JAVA programmer...

    SAMS books generally contain numerous errors, and are written by authors that don't really know what they're talking about. True story.

    Buy the book if you want, but you'll be wasting your money. Other books are better; like Tricks of the Windows Game Programming Gurus
    Away.

  7. #7
    Registered User
    Join Date
    Jul 2003
    Posts
    28
    I already read those reviews and the reason for those bad reviews are already explained and according to some of the other reviews it's also explained in the book. Anyways I'm not going to get that book. I'm going to get the DirectX book. It only have 2 reviews but they aren't bad and I read some comments about it on the web and it seems to be good. Tricks of the Windows game programming also seems to be good, but I heard some bad things about it like the author's programming style and it uses DirectX 7.

  8. #8
    carry on JaWiB's Avatar
    Join Date
    Feb 2003
    Location
    Seattle, WA
    Posts
    1,972
    Sure it uses DX 7, but why should that matter? As long as you have an up-to-date version of Direct X, you can run it, and I think it is a good place to go before 3d programming...Plus this book does talk about 3d and math you need and pretty much everything else that you use in game programming...So while it may not be the best it does cover a wide variety of topics...and C code isn't that hard to convert to C++ (and if you don't know C it will help you learn)
    "Think not but that I know these things; or think
    I know them not: not therefore am I short
    Of knowing what I ought."
    -John Milton, Paradise Regained (1671)

    "Work hard and it might happen."
    -XSquared

  9. #9
    Pursuing knowledge confuted's Avatar
    Join Date
    Jun 2002
    Posts
    1,916
    Eh, let him waste his money. He's already made up his mind.
    Away.

  10. #10
    Registered User
    Join Date
    Jul 2003
    Posts
    28
    I dsidn't really make up my mind but I'm most likely going to get Sams Teach Yourself Game Programming with DirectX. I already spent the last week looking on a game programming books and turorials. I looked up on Tricks of the Windows Game Progamming Gurus. That and Programming Role Playing Games with DirectX 8. I was going to get Programming RPG since it seems to cover a lot of things. But it seems to use a lot of 3D and I don't think I know enough math for it.I just started thinking of actually getting Teach Yourself Game Programming with DirectX today, it uses 2D which is what I want to program in for a while and Direct3D. From what I looked up, it's better to use Direct3D for 2D things than DirectDraw. If it isn't good I might end up getting Programming RPG with DirectX, since I can get the Sams DirectX book for $10 so if it's bad I can get a new book.

  11. #11
    Yes, my avatar is stolen anonytmouse's Avatar
    Join Date
    Dec 2002
    Posts
    2,544
    Can I just point out something, the two books mentioned in this thread, 'Tricks of the Windows Game Programming Gurus' and 'Sams Teach Yourself Game Programming with DirectX in 21 Days' are both from Sams and are both by the same author!!

  12. #12
    Registered User
    Join Date
    Oct 2002
    Posts
    118
    I am just learning DirectX 8 after just starting to understand DirectX 7, and I own both books, "Tricks Of the Windows Game Programming Guru's" and "Teach Yourself Game programming with DirectX in 21 Days". I read the first, and found it to be about the best book I have read. It was very informative, and it teaches you from pretty much knowing nothing about game programming to actually being able to put a pretty good game together. I would suggest reading this one first. The later is a good book, but I found it only taught the very basics to DirectX 8, and didn't even cover incorporating textures and alpha blending into a tile map. In this book you construct a 2D tile map type game that resembles Ultima 4 kind of play, which is pretty cool. The only crummy thing was that it didn't explain layers, so the game is VERY basic and flat. I think though it is a good intro to 2D with DirectX 8. Seems to go good right after Tricks Of the Guru's. Something would definitely be needed after that one. Boy, it guess it would get pretty expensive to follow my advise. May be stick to tutorials.
    "The distinction between past, present and future is only an illussion, even if a stunning one."
    -Albert Einstein

  13. #13
    Registered User
    Join Date
    Jul 2003
    Posts
    28
    Game Programming for Dummies seems to be like Tricks of the WIndows Game Programming Guru's and it's by the same author. DOes it cover things like AI and is it as good as Tricks. I'm getting the book I decide on tomorrow since I always end up changing my mind.

  14. #14
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    Originally posted by anonytmouse
    Can I just point out something, the two books mentioned in this thread, 'Tricks of the Windows Game Programming Gurus' and 'Sams Teach Yourself Game Programming with DirectX in 21 Days' are both from Sams and are both by the same author!!

    Hehe...I was about to point that out!


    Anyway....you should never judge a book by it's cover

  15. #15
    Registered User
    Join Date
    Jun 2004
    Posts
    1

    heh

    If you are new to programming, and need a place to start...for the price this book is not a bad place to start....sure....yer not gonna make Halo with it....but you can get a good idea of where to begin.......

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. 20q game problems
    By Nexus-ZERO in forum C Programming
    Replies: 24
    Last Post: 12-17-2008, 05:48 PM
  2. About aes
    By gumit in forum C Programming
    Replies: 13
    Last Post: 10-24-2006, 03:42 PM
  3. Sams Game programming book ??
    By actionbasti in forum Game Programming
    Replies: 6
    Last Post: 09-08-2003, 12:36 PM
  4. Dostris (a complete game in 3 hours)
    By Jeremy G in forum Game Programming
    Replies: 8
    Last Post: 08-30-2003, 02:17 PM
  5. Sams Teach Yourself in 24 hours.....
    By RealityFusion in forum C++ Programming
    Replies: 20
    Last Post: 08-21-2003, 10:55 PM