![]() |
![]() |
Your cart is empty |
||
Books > Computing & IT > Computer software packages > Computer games
Game Audio Implementation offers a unique practical approach to learning all about game audio. If you've always wanted to hear your sound or music in a real game then this is the book for you. Each chapter is accompanied by its own game level where you can see the techniques and theories in action before working through over 70 exercises to develop your own demo level. Taking you all the way from first principles to complex interactive systems in the industry standard Unreal Engine (c) you'll gain the skills to implement your sound and music along with a deep transferable knowledge of the principles you can apply across a range of other game development tools. The accompanying website (www.gameaudioimplementation.com) includes: 12 downloadable demonstration games A unique exercise level for you to develop for your portfolio An up-to-date online bibliography with further reading for each chapter A free sound library with hundreds of game SFX
Computer role-playing games (CRPGs) are a special genre of computer games that bring the tabletop role-playing experience of games such as Dungeons & Dragons to the computer screen. Thisnew edition inlcudes two new chapters: The Modern Age, and a chapter on Indies and Mobile CRPGs. The new modern age chapter will cover, among other topics, Kickstarter/FIG crowdfunded projects such as Torment: Tides of Numenera and Pillars of Eternity. It'll also bring the book up to date with major games such as Dragon Age, Witcher, Skyrim. Expanded info in first chapter about educational potential of CRPGs. Color figures will be introduced for the first time. Key Features gives reviews of hundreds of games across many platforms. comprehensive book covering the history of computer RPGs. comprehensive index at the back, letting you quickly look up your favourite titles
In the vein of their cult-classic dark fantasy titles Demon's Souls (2009) and the Dark Souls franchise (2011, 2014, 2016), game developers FromSoftware released the bleak Gothic horror Bloodborne in 2015. Players are cast in the role of hunters in a hostile land, probing the shadowy city of Yharnam in search of "paleblood." The game achieved iconic status as both a horror and an action title for its rich lore and for the continuity of story elements through all aspects of game design. This first full-length study examines Bloodborne's themes of dangerous knowledge and fatal pride and its aesthetics in the context other works on game studies, horror and the Gothic. The book's three parts focus on lore and narrative, the game's nightmarish world, and its mechanics.
XNA 3.0 brings you the ability to create games that will run not just on the PC and Xbox 360, but also on the Zune mobile device. While creating games for Zune is, in many ways, similar to working on the other platforms, it also presents its own unique set of challenges and opportunities. Smaller screens, limited storage, and less processing power all affect the way you need to think about designing and implementing your games. Zune Game Development Using XNA 3.0 is a comprehensive book that will guide you through the many aspects of XNA game development and their specific implementations on the Zune platform. The book addresses Zune game development concepts in detail and shows you how to apply them in practical, stepbystep examples, building complete, working XNA 3.0 examples along the way that you can download and play. What you'll learn Design practical games for the Zune. Discover the ways in which you can develop content for the Zune. Understand what makes the development of Zune games different from the development of PC and console games. Create Zune games, from the simple to the complex, with complete working examples for you to play and learn from. Use the XNA 3.0 Framework to play music from Zune's library and your own custom sounds to enrich your games. Understand how to take advantage of Zune's wireless system to create multi-player games. Who this book is for This book is aimed at gaming enthusiasts with a good understanding of basic C# (the language underlying XNA) who want to create games for the Zune media player. Some knowledge of common game elements such as sprites, game loops, and animation would be helpful but is not required. (Readers looking for such a foundation can consultBeginning XNA 3.0 Game Programming for a comprehensive primer.)
Expert Guidance on the Math Needed for 3D Game ProgrammingDeveloped from the authors' popular Game Developers Conference (GDC) tutorial, Essential Mathematics for Games and Interactive Applications, Third Edition illustrates the importance of mathematics in 3D programming. It shows you how to properly animate, simulate, and render scenes and discusses the mathematics behind the processes. New to the Third EditionCompletely revised to fix errors and make the content flow better, this third edition reflects the increased use of shader graphics pipelines, such as in DirectX 11, OpenGL ES (GLES), and the OpenGL Core Profile. It also updates the material on real-time graphics with coverage of more realistic materials and lighting. The Foundation for Successful 3D ProgrammingThe book covers the low-level mathematical and geometric representations and algorithms that are the core of any game engine. It also explores all the stages of the rendering pipeline. The authors explain how to represent, transform, view, and animate geometry. They then focus on visual matters, specifically the representation, computation, and use of color. They also address randomness, intersecting geometric entities, and physical simulation. An Introduction to Creating Real and Active Virtual WorldsThis updated book provides you with a conceptual understanding of the mathematics needed to create 3D games as well as a practical understanding of how these mathematical bases actually apply to games and graphics. It not only includes the theoretical mathematical background but also incorporates many examples of how the concepts are used to affect how a game looks and plays. Web ResourceA supplementary website contains a collection of source code, supporting libraries, and interactive demonstrations that illustrate the concepts and enable you to experiment with animation and simulation applications. The site also includes slides and notes from the authors' GDC tutorials.
Wolfgang Engel's GPU Pro 360 Guide to 3D Engine Design gathers all the cutting-edge information from his previous seven GPU Pro volumes into a convenient single source anthology that covers the design of a 3D engine. This volume is complete with articles by leading programmers that focus on various aspects of 3D engine design such as quality and optimization as well as high-level architecture. GPU Pro 360 Guide to 3D Engine Design is comprised of ready-to-use ideas and efficient procedures that can help solve many computer graphics programming challenges that may arise. Key Features: Presents tips & tricks on real-time rendering of special effects and visualization data on common consumer software platforms such as PCs, video consoles, mobile devices Covers specific challenges involved in creating games on various platforms Explores the latest developments in rapidly evolving field of real-time rendering Takes practical approach that helps graphics programmers solve their daily challenges
Direct3D 11 offers such a wealth of capabilities that users can sometimes get lost in the details of specific APIs and their implementation. While there is a great deal of low-level information available about how each API function should be used, there is little documentation that shows how best to leverage these capabilities. Written by active members of the Direct3D community, Practical Rendering and Computation with Direct3D 11 provides a deep understanding of both the high and low level concepts related to using Direct3D 11. The first part of the book presents a conceptual introduction to Direct3D 11, including an overview of the Direct3D 11 rendering and computation pipelines and how they map to the underlying hardware. It also provides a detailed look at all of the major components of the library, covering resources, pipeline details, and multithreaded rendering. Building upon this material, the second part of the text includes detailed examples of how to use Direct3D 11 in common rendering scenarios. The authors describe sample algorithms in-depth and discuss how the features of Direct3D 11 can be used to your advantage. All of the source code from the book is accessible on an actively maintained open source rendering framework. The sample applications and the framework itself can be downloaded from http://hieroglyph3.codeplex.com By analyzing when to use various tools and the tradeoffs between different implementations, this book helps you understand the best way to accomplish a given task and thereby fully leverage the potential capabilities of Direct3D 11. Key Features Presents the high level concepts used to design algorithms Describes the nuts and bolts of how to implement the algorithms Explains each of the major components of the Direct3D 11 library Shows how Direct3D 11 can be used in a variety of real-world situations Provides source code and sample programs on a supplementary website
Designed for advanced undergraduate and beginning graduate courses, 3D Graphics for Game Programming presents must-know information for success in interactive graphics. Assuming a minimal prerequisite understanding of vectors and matrices, it also provides sufficient mathematical background for game developers to combine their previous experience in graphics API and shader programming with the background theory of computer graphics. Well organized and logically presented, this book takes its organizational format from GPU programming and presents a variety of algorithms for programmable stages along with the knowledge required to configure hard-wired stages. Easily accessible, it offers a wealth of elaborate 3D visual presentations and includes additional theoretical and technical details in separate shaded boxes and optional sections. Maintaining API neutrality throughout to maximize applicability, the book gives sample programs to assist in understanding. Full PowerPoint files and additional material, including video clips and lecture notes with all of the figures in the book, are available on the book's website: http://media.korea.ac.kr/book Key Features Presents the theory and mathematics of real-time graphics and its applications to game design Provides boxed MathNotes that can be accessed as required without interrupting the flow of the text Includes homework problems and more than 300 detailed figures Offers ancillary material on a companion website Solutions manual available upon qualified course adoption
The long-awaited sequel to Supercade: A Visual History of the Videogame Age 1971-1984, the first book to illustrate the videogame phenomenon... In the years since the original Supercade was first published, the next generation of gamers have come of age. Raised in the aftermath of the crash - the grand arcade palaces of the early 80s replaced by battered Neo Geo cabinets in laundromats and the few remaining game parlors begging for play - they are the children of the Nintendo Entertainment System, the home console that saved the US game industry after Atari effectively destroyed it. Over the past two decades they have expressed an intense love for the games of their youth including Super Mario, Space Harrier, and Street Fighter. This volume chronicles the next era of gaming history, beginning with the NES and including the release of the Sega Master System, SNES, Genesis, TurboGrafx-16, Amiga, Game Boy, Atari Jaguar, PlayStation, Dreamcast, Xbox and more, as well as the companies, creators, and technologies that drove us into the digital future. Earnestly written and designed by author and game historian Van Burnham, the second book is even more comprehensive than the first - featuring over 500 full-color pages - plus interviews with legendary game developers like Eugene Jarvis, John Romero, and Tim Schafer, as well as premium print upgrades including metallic inks, gatefold inserts, and so much more. Supercade was conceived to pay tribute to the technology, games, and visionaries who created one of the most influential mediums in the history of entertainment - one that profoundly shaped the modern technological landscape, and inspired generations of gamers. Contributors include Nathan Altice, Max Blackley, Ian Bogost, Chris Charla, Brian Crecente, Gabe Durham, Benj Edwards, Scott Fontana, Paul Ford, Darren Gladstone, Raiford Guins, Blake J Harris, Robin Hunicke, Roland Ingram, Alex Kane, Chris Kohler, Tim Lapetino, Kelsey Lewin, Henry Lowood, Chris Melissinos, Mike Mika, Jess Morrissette, Chris Moyse, Laine Nooney, Jeremy Parish, Chris Priestman, Chris Schilling, Brandon Sheffield, Dean Takahashi, Tony Temple, Tom Vanderbilt, Brittany Vincent, John Wills, and Erik Wolpaw.
3D GAME PROGRAMMING ALL IN ONE, THIRD EDITION is perfect for anyone interested in learning the skills and processes involved in making 3D games. This new edition of the bestselling book shows you how to design and create every aspect of a fully featured game using the Torque 3D game engine. Starting with an introduction to game programming, this comprehensive book provides an overview of the gaming industry, game engines, programming, 3D concepts, texturing and modeling, and even audio engineering. After all the techniques are presented, you will use your new skills and the material on the DVD to create a game. The DVD contains everything you need to create a complete game, including all of the TorqueScript source code in sample and final form, the Torque 3D Tools Demo game engine, MilkShape 3D for 3D player and item modeling, The Gimp 2 for texture and image manipulation, Audacity for sound editing and recording, UVMapper for performing UV unwrapping tasks, and Torsion, the Integrated Development Environment tool for TorqueScript code.
Explore the world of augmented reality development with the latest features of Unity and step-by-step tutorial-style examples with easy-to-understand explanations Key Features Build functional and interactive augmented reality applications using the Unity 3D game engine Learn to use Unity's XR and AR components, including AR Foundation and other standard Unity features Implement common AR application user experiences needed to build engaging applications Book DescriptionAugmented reality applications allow people to interact meaningfully with the real world through digitally enhanced content. The book starts by helping you set up for AR development, installing the Unity 3D game engine, required packages, and other tools to develop for Android (ARCore) and/or iOS (ARKit) mobile devices. Then we jump right into the building and running AR scenes, learning about AR Foundation components, other Unity features, C# coding, troubleshooting, and testing. We create a framework for building AR applications that manages user interaction modes, user interface panels, and AR onboarding graphics that you will save as a template for reuse in other projects in this book. Using this framework, you will build multiple projects, starting with a virtual photo gallery that lets you place your favorite framed photos on your real-world walls, and interactively edit these virtual objects. Other projects include an educational image tracking app for exploring the solar system, and a fun selfie app to put masks and accessories on your face. The book provides practical advice and best practices that will have you up and running quickly. By the end of this AR book, you will be able to build your own AR applications, engaging your users in new and innovative ways. What you will learn Discover Unity engine features for building AR applications and games Get up to speed with Unity AR Foundation components and the Unity API Build a variety of AR projects using best practices and important AR user experiences Understand the core concepts of augmented reality technology and development for real-world projects Set up your system for AR development and learn to improve your development workflow Create an AR user framework with interaction modes and UI, saved as a template for new projects Who this book is forThis augmented reality book is for game developers interested in adding AR capabilities to their games and apps. The book assumes beginner-level knowledge of Unity development and C# programming, familiarity with 3D graphics, and experience in using existing AR applications. Beginner-level experience in developing mobile applications will be helpful to get the most out of this AR Unity book.
The immensely popular Grand Theft Auto game series has inspired a range of reactions among players and commentators, and a hot debate in the popular media. These essays from diverse theoretical perspectives expand the discussion by focusing scholarly analysis on the games, particularly Grand Theft Auto III, Grand Theft Auto: Vice City, and Grand Theft Auto: San Andreas. Part One of the book discusses the fears, lawsuits, legislative proposals, and other public reactions to Grand Theft Auto, detailing the conflict between the developers of adult oriented games and various new forms of censorship. Depictions of race and violence, the pleasure of the carnivalistic gameplay, and the significance of sociopolitical satire in the series are all important elements in this controversy. The second section of the book approaches the games as they might be studied absent of the controversy. These essays study why and how players meaningfully play Grand Theft Auto games.
This Open Access book is a must-have for anyone interested in real-time rendering. Ray tracing is the holy grail of gaming graphics, simulating the physical behavior of light to bring real-time, cinematic-quality rendering to even the most visually intense games. Ray tracing is also a fundamental algorithm used for architecture applications, visualization, sound simulation, deep learning, and more. Ray Tracing Gems II is written by industry experts with a particular focus on ray tracing, and it offers a practical means to master the new capabilities of current and future GPUs with the latest graphics APIs. What You'll Learn: The latest ray tracing techniques for developing real-time applications in multiple domains Case studies from developers and studios who have shipped products that use real-time ray tracing. Guidance, advice and best practices for rendering applications with various GPU-based ray tracing APIs (DirectX Raytracing, Vulkan Ray Tracing) High performance graphics for 3D graphics, virtual reality, animation, and more Who This Book Is For:Game and graphics developers who are looking to leverage the latest hardware and software tools for real-time rendering and ray tracing to enhance their applications across a variety of disciplines.
Though in existence for only a few decades, video games are now firmly established in mainstream culture all around the planet. Every year new games are produced, and every year new favorites emerge. But certain characters have become so iconic that they withstand both time and the shifting interests of players. Such creations permeate other elements of popular culture-from graphic novels to film-and are known not only to dedicated gamers but to the general public as well. In 100 Greatest Video Game Characters, readers can learn about some of the most popular and influential figures that have leapt from computer monitors and television screens and into the public consciousness. The entries in this volume provide general facts about the characters as well as explore their cultural significance. The entries include the following information: *Game developer *Year character was established *Video game franchise In addition, the book examines the commonalities of various video game characters to help readers better understand their popularity and how they operate within the video games and the industry itself. Whether casually looking up information on video game characters or researching what these icons says about society, readers will enjoy this entertaining and informative volume. Comprehensive and engaging, 100 Greatest Video Game Characters will appeal to fans and scholars alike.
Discover the methods and techniques required for creating immersive design visualization for industry. This book proposes ways for industry-oriented design visualization from scratch. This includes fundamentals of creative and immersive technology; tools and techniques for architectural visualization; design visualization with Autodesk Maya; PBR integration; and texturing, material design, and integration into UE4 for immersive design visualization. You'll to dive into design and visualization, from planning to execution. You will start with the basics, such as an introduction to design visualization as well as to the software you will be using. You will next learn to create assets such as virtual worlds and texturing, and integrate them with Unreal Engine 4. Finally, there is a capstone project for you to make your own immersive visualization scene. By the end of the book you'll be able to create assets for use in industries such as game development, entertainment, architecture, design engineering, and digital education. What You Will Learn Gain the fundamentals of immersive design visualization Master design visualization with Autodesk Maya Study interactive visualization with UE4 Create your immersive design portfolio Who This Book Is For Beginning-intermediate learners from the fields of animation, visual art, and computer graphics as well as design visualization, game technology, and virtual reality integration.
The official Fortnite Loot Pack includes a variety of fun accessories featuring popular character sprays, icons, and more! Inside you'll find: 10 button pins1 iron-on patch3 stickers for your laptop or tech2 magnets
Working with Video Gamers and Games in Therapy moves beyond stereotypes about video game addiction and violence to consider the role that games play in psychological experiences and mental health. Chapters examine the factors that compel individual gamers to select and identify with particular games and characters, as well as the different play styles, genres, and archetypes common in video games. For clinicians looking to understand their clients' relationships with video games or to use games as a therapeutic resource in their own practice, this is a thoughtful, comprehensive, and timely resource.
Video games have seemingly taken over our lives. Whereas gamers once constituted a small and largely male subculture, today 67 percent of American households play video games. The average gamer is now thirty-four years old and spends eight hours each week playing-and there is a 40 percent chance this person is a woman. In Bit by Bit, Andrew Ervin sets out to understand the explosive popularity of video games. He travels to government laboratories, junk shops, and arcades. He interviews scientists and game designers, both old and young. In charting the material and technological history of video games, from the 1950s to the present, he suggests that their appeal starts and ends with the sense of creativity they instill in gamers. As Ervin argues, games can be art because they are beautiful, moving, and even political.
A First Course in Game ProgrammingMost of today's commercial games are written in C++ and are created using a game engine. Addressing both of these key elements, Programming 2D Games provides a complete, up-to-date introduction to game programming. All of the code in the book was carefully crafted using C++. As game programming techniques are introduced, students learn how to incorporate them into their own game engine and discover how to use the game engine to create a complete game. Enables Students to Create 2D GamesThe text covers sprites, animation, collision detection, sound, text display, game dashboards, special graphic effects, tiled games, and network programming. It systematically explains how to program DirectX applications and emphasizes proper software engineering techniques. Every topic is explained theoretically and with working code examples. The example programs for each chapter are available at www.programming2dgames.com.
The evolution of story-telling is as old as the human race; from the beginning, when our ancestors first gathered around a campfire to share wondrous tales through oral traditions, to today, with information and stories being shared through waves and filling screens with words and images. Stories have always surrounded us, and united us in ways other disciplines can't. Storytelling for Interactive Digital Media and Video Games lays out the construct of the story, and how it can be manipulated by the storyteller through sound, video, lighting, graphics, and color. This book is the perfect guide to aspiring storytellers as it illustrates the different manner of how and why stories are told, and how to make them "interactive." Storytelling features heavy game development as a method of storytelling and delivery, and how to develop compelling plots, characters, settings, and actions inside a game. The concept of digital storytelling will be explored, and how this differs from previous incarnations of mediums for stories Key Features: Explores the necessary elements of a story (setting, character, events, sequence, and perspective) and how they affect the viewer of the story Discusses media and its role in storytelling, including images, art, sound, video, and animation Explores the effect of interactivity on the story, such as contest TV, web-based storytelling, kiosks, and games Shows the different types of story themes in gaming and how they are interwoven Describes how to make games engaging and rewarding intrinsically and extrinsically
Windows 8 presents an incredible opportunity for distributing and monetizing HTML5 games, and this guide shows how you can profit from it. You'll learn everything you need to know about porting your original web-based JavaScript game to the new "touch-first" version of Windows, as well as several options for selling your game in Windows Store. Windows 8 is a big leap forward for developers because it treats HTML5 as a first-class citizen, alongside C# and C++. Interactive development expert Jesse Freeman explains how Windows 8 works, gets you started with Visual Studio Express (it's free!), and uses a case study to show you how to port an HTML5 game with ease. Learn which games and JavaScript libraries work best on Windows 8 Adjust artwork for different screen resolutions and Windows 8 features Accommodate mouse, keyboard, touch, and other game controls Optimize your game to run well on any Windows 8 device Understand the steps for publishing your game to Windows Store Explore fixed price, trial mode, ad support, and in-app purchase options Use a web-first workflow to ensure your game runs on many other platforms
A fun and lively look at the mathematical ideas concealed in video games Did you know that every time you pick up the controller to your PlayStation or Xbox, you are entering a world steeped in mathematics? Matthew Lane reveals the hidden mathematics in many of today's most popular video games-and explains why mathematical learning doesn't just happen in the classroom. He discusses how gamers are engaging with the traveling salesman problem when they play Assassin's Creed, why it is mathematically impossible for Mario to jump through the Mushroom Kingdom in Super Mario Bros., how The Sims teaches us the mathematical costs of relationships, and more. Power-Up shows how the world of video games is an unexpectedly rich medium for learning about the mathematical ideas that touch our lives-including our virtual ones.
"This book focuses on the history of video games, consoles, and home computers from the very beginning until the mid-nineties, which started a new era in digital entertainment. The text features the most innovative games and introduces the pioneers who developed them. It offers brief analyses of the most relevant games from each time period. An epilogue covers the events and systems that followed this golden age while the appendices include a history of handheld games and an overview of the retro-gaming scene"--Provided by publisher.
|
![]() ![]() You may like...
The Lie Of 1652 - A Decolonised History…
Patric Tariq Mellet
Paperback
![]()
Sugarproof - The Hidden Dangers of Sugar…
Michael Goran, Emily Ventura
Hardcover
R749
Discovery Miles 7 490
|