Mass Effect 3 Collector's Edition: Prima Official Game Guide


Fernando Bueno - 2012
    Learn how the team created the Mass Effect universe from Cinematics to Characters, Art, Audio, and more• BONUS Digital Guide Access - With interactive multiplayer maps and video strategy• See Mass Effect 3 like never before - Discover environments and parts of the game you won't see anywhere else. Panoramic views will leave you amazed With this guide you will: • Fight YOUR Way - Multiple approaches to every key battle• Dominate in Multiplayer - Comprehensive maps prepare you for battle and help you survive• Choose the Best Gear - Every weapon and piece of armor revealed, including mods and upgrades• Take Earth Back - Class breakdowns and build recommendations give you the advantage you need against the reapers• Avoid Spoilers - Special callouts strategically placed and text turned upside down at critical story moments ensure your experience won't be spoiled

Trigger Happy: Videogames and the Entertainment Revolution


Steven Poole - 2000
    Thirty years after the invention of the simplest of games, more videogames are played by adults than children. This revolutionary book is the first-ever academically worthy and deeply engaging critique of one of today's most popular forms of play: videogames are on track to supersede movies as the most innovative form of entertainment in the new century.

The Encyclopedia of New Wave


Daniel Bukszpan - 2012
    Originating as a less-aggressive sister movement to punk, New Wave encompassed a wide range of styles, from Brit pub-rock to electronica, synth-pop, and even ska. The Encyclopedia of New Wave comprehensively captures this eclectic music, all of which enthralled the newly emergent MTV generation. With its tendency toward romantic minimalism, dark dance beats, and gender-bending antics, New Wave changed the course of popular musical history, as well as fashion and art.

The Nostalgia Nerd's Retro Tech: Computer, Consoles & Games


Peter Leigh - 2018
    Remember what a wild frontier the early days of home gaming were? Manufacturers releasing new consoles at a breakneck pace; developers creating games that kept us up all night, then going bankrupt the next day; and what self-respecting kid didn't beg their parents for an Atari or a Nintendo? This explosion of computers, consoles, and games was genuinely unlike anything the tech world has seen before or since.This thoroughly researched and geeky trip down memory lane pulls together the most entertaining stories from this dynamic era, and brings you the classic tech that should never be forgotten.

Homo Ludens: A Study of the Play Element in Culture


Johan Huizinga - 1938
    Like civilization, play requires structure and participants willing to create within limits. Starting with Plato, Huizinga traces the contribution of Homo Ludens, or "Man the player" through Medieval Times, the Renaissance, and into our modern civilization. Huizinga defines play against a rich theoretical background, using cross-cultural examples from the humanities, business, and politics. Homo Ludens defines play for generations to come."A happier age than ours once made bold to call our species by the name of Homo Sapiens. In the course of time we have come to realize that we are not so reasonable after all as the Eighteenth Century with its worship of reason and naive optimism, though us; "hence moder fashion inclines to designate our species asHomo Faber Man the Maker. But though faber may not be quite so dubious as sapiens it is, as a name specific of the human being, even less appropriate, seeing that many animals too are makers. There is a third function, howver, applicable to both human and animal life, and just as important as reasoning and making--namely, playing. it seems to me that next to Homo Faber, and perhaps on the same level as Homo Sapiens, Homo Ludens, Man the Player, deserves a place in our nomenclature. "--from the Foreward, by Johan Huizinga

Mind Over Matter, Revised Edition: The Images of Pink Floyd


Storm Thorgerson - 1997
    The images of Pink Floyd album sleeves and the artwork they contain are the subject of Mind over Matter, a first-hand look at the music business and a consideration of where art ends and commerce begins.'

Unity in Action


Joseph Hocking - 2015
    You'll master the Unity toolset from the ground up, adding the skills you need to go from application coder to game developer. Based on Unity version 5.About the BookThis book helps readers build successful games with the Unity game development platform. You will use the powerful C# language, Unity's intuitive workflow tools, and a state-of-the-art rendering engine to build and deploy mobile, desktop, and console games. Unity's single codebase approach minimizes inefficient switching among development tools and concentrates your attention on making great interactive experiences.Unity in Action teaches you how to write and deploy games. You'll master the Unity toolset from the ground up, adding the skills you need to go from application coder to game developer. Each sample project illuminates specific Unity features and game development strategies. As you read and practice, you'll build up a well-rounded skill set for creating graphically driven 2D and 3D game applications.You'll need to know how to program, in C# or a similar OO language. No previous Unity experience or game development knowledge is assumed.

Smartbomb: The Quest for Art, Entertainment, and Big Bucks in the Videogame Revolution


Heather Chaplin - 2005
    What started as a game of Pong, with little blips dancing across a computer screen, has evolved into a multi-billion-dollar industry that is changing the future, making inroads into virtually all aspects of our culture.Who are the minds behind this revolution? How did it happen? Where is it headed? In Smartbomb, journalists Heather Chaplin and Aaron Ruby take the reader behind the scenes at gaming conventions, into powerhouse think tanks where new games are created, into the thick of the competition at cyberathlete tournaments, and into the homes of gamers for whom playing a role in a virtual world has assumed more relevance and reality than life in the real world.

Game Programming Patterns


Robert Nystrom - 2011
    Commercial game development expert Robert Nystrom presents an array of general solutions to problems encountered in game development. For example, you'll learn how double-buffering enables a player to perceive smooth and realistic motion, and how the service locator pattern can help you provide access to services such as sound without coupling your code to any particular sound driver or sound hardware. Games have much in common with other software, but also a number of unique constraints. Some of the patterns in this book are well-known in other domains of software development. Other of the patterns are unique to gaming. In either case, Robert Nystrom bridges from the ivory tower world of software architecture to the in-the-trenches reality of hardcore game programming. You'll learn the patterns and the general problems that they solve. You'll come away able to apply powerful and reusable architectural solutions that enable you to produce higher quality games with less effort than before. Applies classic design patterns to game programming. Introduces new patterns specific to game programming. Brings abstract software architecture down to Earth with approachable writing and an emphasis on simple code that shows each pattern in practice. What you'll learn Overcome architectural challenges unique to game programming Apply lessons from the larger software world to games. Tie different parts of a game (graphics, sound, AI) into a cohesive whole. Create elegant and maintainable architecture. Achieve good, low-level performance. Gain insight into professional, game development. Who this book is forGame Programming Patterns is aimed at professional game programmers who, while successful in shipping games, are frustrated at how hard it sometimes is to add and modify features when a game is under development. Game Programming Patterns shows how to apply modern software practices to the problem of game development while still maintaining the blazing-fast performance demanded by hard-core gamers. Game Programming Patterns also appeals to those learning about game programming in their spare time. Hobbyists and aspiring professionals alike will find much to learn in this book about pathfinding, collision detection, and other game-programming problem domains.

Game Engine Architecture


Jason Gregory - 2009
    The concepts and techniques described are the actual ones used by real game studios like Electronic Arts and Naughty Dog. The examples are often grounded in specific technologies, but the discussion extends way beyond any particular engine or API. The references and citations make it a great jumping off point for those who wish to dig deeper into any particular aspect of the game development process.Intended as the text for a college level series in game programming, this book can also be used by amateur software engineers, hobbyists, self-taught game programmers, and existing members of the game industry. Junior game engineers can use it to solidify their understanding of game technology and engine architecture. Even senior engineers who specialize in one particular field of game development can benefit from the bigger picture presented in these pages.

Drawing Basics and Video Game Art: Classic to Cutting-Edge Art Techniques for Winning Video Game Design


Chris Solarski - 2012
    It gives detailed explanations of game art techniques and their importance, while also highlighting their dependence on artistic aspects of game design and programming.” — John Romero, co-founder of id Software and CEO of Loot Drop, Inc."Solarski’s methodology here is to show us the artistic techniques that every artist should know, and then he transposes them to the realm of video games to show how they should be used to create a far more artful gaming experience ... if I were an artist planning to do video game work, I’d have a copy of this on my shelf."— Marc Mason, Comics Waiting RoomVideo games are not a revolution in art history, but an evolution. Whether the medium is paper or canvas—or a computer screen—the artist’s challenge is to make something without depth seem like a window into a living, breathing world. Video game art is no different.  Drawing Basics and Video Game Art is first to examine the connections between classical art and video games, enabling developers to create more expressive and varied emotional experiences in games. Artist game designer Chris Solarski gives readers a comprehensive introduction to basic and advanced drawing and design skills—light, value, color, anatomy, concept development—as well as detailed instruction for using these methods to design complex characters, worlds, and gameplay experiences. Artwork by the likes of Michelangelo, Titian, and Rubens are studied alongside AAA games like BioShock, Journey, the Mario series, and Portal 2, to demonstrate perpetual theories of depth, composition, movement, artistic anatomy, and expression. Although Drawing Basics and Video Game Art is primarily a practical reference for artists and designers working in the video games industry, it’s equally accessible for those interested to learn about gaming’s future, and potential as an artistic medium.Also available as an eBook

The Monocle Book of Japan


Tyler Brule - 2020
    From day one, the magazine has maintained a Tokyo bureau, which today also encompasses a Monocle shop and radio studio.Over the past decade, the magazine and its team have continued to build upon their appreciation for and understanding of the nation of Japan. Monocle’s stories have covered everything from a live journey on the emperor’s jet and the tastiest places to eat in Kagoshima to the fashion designers challenging conventions and the businesses with remarkable stories untold outside Japan.The Monocle Book of Japan reveals the best of the country in the run-up to the 2021 Olympics. Complete with striking photography and captivating essays, this volume showcases some of Japan’s most intriguing splendors.

After Effects Apprentice


Trish Meyer - 2007
    http://69.131.42.194/showpic.php?imag...

Console Wars: Sega, Nintendo, and the Battle that Defined a Generation


Blake J. Harris - 2014
    Sega, on the other hand, was just a faltering arcade company with big aspirations and even bigger personalities. But that would all change with the arrival of Tom Kalinske, a man who knew nothing about videogames and everything about fighting uphill battles. His unconventional tactics, combined with the blood, sweat and bold ideas of his renegade employees, transformed Sega and eventually led to a ruthless David-and-Goliath showdown with rival Nintendo.The battle was vicious, relentless, and highly profitable, eventually sparking a global corporate war that would be fought on several fronts: from living rooms and schoolyards to boardrooms and Congress. It was a once-in-a-lifetime, no-holds-barred conflict that pitted brother against brother, kid against adult, Sonic against Mario, and the US against Japan.Based on over two hundred interviews with former Sega and Nintendo employees, Console Wars is the underdog tale of how Kalinske miraculously turned an industry punchline into a market leader. It's the story of how a humble family man, with an extraordinary imagination and a gift for turning problems into competitive advantages, inspired a team of underdogs to slay a giant and, as a result, birth a $60 billion dollar industry.

The Sky: The Art of Final Fantasy


Yoshitaka Amano - 2011
    Each hardcover book in The Sky Slipcased Edition is 11 5/8" high by 10 5/8" wide, and printed on glossy stock. Volume 1 contains Amano's work for Final Fantasy I-III, Volume 2 his contributions for Final Fantasy IV-VI, and Volume 3 features his art for Final Fantasy VII-X. The elegant slipcase containing The Sky I, II, and III features the same wraparound exterior artwork as The Sky Boxed Set, with a double-hinged flap that folds around the open edge and is held flat to the back side with a hidden magnetic closure, making it easy both to remove the books and to display the set closed.