This book addresses the fundamental challenge facing every game developer who tran- sitions from hobbyist experimentation to professional production: the shift from mak- ing software work once to keeping software working indenitely. The gap between these two modes of operationprototyping and engineeringrepresents the dierence between code that demonstrates a concept and code that ships to millions of players without catastrophic failure. Most game development education focuses on the creative and algorithmic aspects of im- plementation: how to write a pathnding system, how to implement physics simulation, how to structure gameplay logic. These skills are necessary but insucient. Professional game engineering requires mastery of an additional dimension: the systematic practices that ensure code remains maintainable, performant, and correct as team size scales from one developer to fty, as codebase size grows from thousands of lines to millions, and as project duration extends from weeks to years. This text teaches game engineering as a discipline distinct from game programming. Game programming answers the question: How do I implement this feature? Game engineering answers the question: How do I implement this feature in a way that does not make the next feature exponentially harder to implement? The former is a local optimization problem. The latter is a global optimization problem requiring systematic methodology.
ThriftBooks sells millions of used books at the lowest everyday prices. We personally assess every book's quality and offer rare, out-of-print treasures. We deliver the joy of reading in recyclable packaging with free standard shipping on US orders over $20. ThriftBooks.com. Read more. Spend less.