Game Programming Golden Rules
โ Scribed by Martin Brownlow
- Publisher
- Charles River Media
- Year
- 2004
- Tongue
- English
- Leaves
- 338
- Series
- Game Development Series
- Edition
- 1
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
Writing computer games is hard. Games today are complex projects that involve large teams of specialized artists and programmers. These teams are perpetually pushing technology beyond its boundaries and stretching their skills to the max. To alleviate these problems, Game Programming Golden Rules presents a series of nine "Golden Rules" that help define a methodology for creating a modern game. Each rule is written as a simple principle and covered from the perspective of how it works in the overall structure of a game project. The rules cover a variety of topics from embracing C++ and scripting, to the resource pipeline, finite state machines, and optimization. The order in which the rules are presented was carefully chosen, so that each rule presents a topic that is then put to use in later rules. Many of the rules involve empowering the designers and artists to put their own content directly into the game, bypassing the need for a programmers involvement beyond the initial setup. This frees up the programmers time to concentrate on creating the systems that make the game, rather than focusing on the output of these systems. By the end of the book, you will have deeper confidence and a more profound understanding of the essential techniques of game programming and how the theory of these techniques interlocks. This is an excellent resource for the entire development team.
๐ SIMILAR VOLUMES
First off - this book assumes a familiarity with C or C++. If pointer arithmetic makes you squirm, better hit the language basics books before picking this up. For the rest of you, this book is a valuable resource. In a few short chapters, the book gives a good primer on some of the more difficul
Writing computer games is hard. Games today are complex projects that involve large teams of specialized artists and programmers. These teams are perpetually pushing technology beyond its boundaries and stretching their skills to the max. To alleviate these problems, Game Programming Golden Rules pr
This book is for programmers who want to go into the specialized field of programming<br>role-playing games (RPGs). I think RPGs are some of the best games to play.<br>I also think that RPGs are the hardest to create. Information on RPG game programming<br>is hard to come by, so to fill that need, I
How many times have you spent countless hours completely absorbed in conquering the latest role-playing game? Want to experience the thrill of creating your own captivating role-playing game? This book is your guide to doing just that. Covering everything that you need to create a role-playing game-
In comparison to the popular first edition, "Programming Role Playing Games with DirectX (1931841098), this second version covers the updated version of DirectX (DirectX 9). Readers learn how to use DirectX 9 to create a complete role-playing game. This comprehensive guide contains everything the r