Battlefield 2 preview on Gamespot.com
Gamespot.com has a good, albeit short, preview article about the upcoming sequel to the incredible game Battlefield 1942, called, simply enough, Battlefield 2.
Beginning C++ Game Programming was my first game development-related book purchase, after seeing it recommended on GameDev.net. What initial sold me on this book was the description of some of the code samples that it contained. I had worked on a basic Tic Tac Toe game a while back to get started understanding basic game development but had trouble with the AI part. So I thought this book might get into some detail about it. Unfortunately, it did not. This example, I should have known since the book is for "Beginners", did not cover AI at all. It had a set of winning moves hardcoded. I was hoping for a more elaborate solution. But, oh well, let's get on with the review. I won't let that little misconception on my part affect my feelings on the book. I felt that the author did a good job of introducing the reader to programming and C++ slowly with basic and always game related samples. This is what I liked about the book. I hate the traditional "Hello World" type beginner programs.