0
Your cart

Your cart is empty

Browse All Departments
Price
  • R50 - R100 (1)
  • R100 - R250 (83)
  • R250 - R500 (289)
  • R500+ (1,452)
  • -
Status
Format
Author / Contributor
Publisher

Books > Computing & IT > Computer software packages > Computer games

Metal Gear Solid V: The Phantom Pain - The Complete Official Guide (Paperback, Annotated edition): Piggyback Metal Gear Solid V: The Phantom Pain - The Complete Official Guide (Paperback, Annotated edition)
Piggyback
R740 R694 Discovery Miles 6 940 Save R46 (6%) Ships in 18 - 22 working days
The Video Game Theory Reader (Paperback): Mark J.P. Wolf, Bernard Perron The Video Game Theory Reader (Paperback)
Mark J.P. Wolf, Bernard Perron
R1,682 Discovery Miles 16 820 Ships in 10 - 15 working days


The Video Game Theory Reader brings together exciting new work on video games as a unique medium and nascent field of study - one that is rapidly developing new modes of understanding and analysis. This pioneering collection addresses the many ways video games are reshaping the face of entertainment and our relationship with technology. In the volume, leading Media Studies scholars develop new theoretical tools and concepts to study video games. Drawing upon examples from widely popular games ranging from Space Invaders to Final Fantasy, the contributors discuss the relationship between video games and other media; the shift from third- to first-person games; gamers and the gaming community; and the important sociological, cultural, industrial, and economic issues that surround gaming.

Animated Problem Solving - An Introduction to Program Design Using Video Game Development (Paperback, 1st ed. 2022): Marco T.... Animated Problem Solving - An Introduction to Program Design Using Video Game Development (Paperback, 1st ed. 2022)
Marco T. Morazan
R1,597 Discovery Miles 15 970 Ships in 18 - 22 working days

This textbook is about systematic problem solving and systematic reasoning using type-driven design. There are two problem solving techniques that are emphasized throughout the book: divide and conquer and iterative refinement. Divide and conquer is the process by which a large problem is broken into two or more smaller problems that are easier to solve and then the solutions for the smaller pieces are combined to create an answer to the problem. Iterative refinement is the process by which a solution to a problem is gradually made better-like the drafts of an essay. Mastering these techniques are essential to becoming a good problem solver and programmer. The book is divided in five parts. Part I focuses on the basics. It starts with how to write expressions and subsequently leads to decision making and functions as the basis for problem solving. Part II then introduces compound data of finite size, while Part III covers compound data of arbitrary size like e.g. lists, intervals, natural numbers, and binary trees. It also introduces structural recursion, a powerful data-processing strategy that uses divide and conquer to process data whose size is not fixed. Next, Part IV delves into abstraction and shows how to eliminate repetitions in solutions to problems. It also introduces generic programming which is abstraction over the type of data processed. This leads to the realization that functions are data and, perhaps more surprising, that data are functions, which in turn naturally leads to object-oriented programming. Part V introduces distributed programming, i.e., using multiple computers to solve a problem. This book promises that by the end of it readers will have designed and implemented a multiplayer video game that they can play with their friends over the internet. To achieve this, however, there is a lot about problem solving and programming that must be learned first. The game is developed using iterative refinement. The reader learns step-by-step about programming and how to apply new knowledge to develop increasingly better versions of the video game. This way, readers practice modern trends that are likely to be common throughout a professional career and beyond.

Simulation and Gaming for Social Design (Paperback, 1st ed. 2021): Toshiyuki Kaneda, Ryoju Hamada, Terukazu Kumazawa Simulation and Gaming for Social Design (Paperback, 1st ed. 2021)
Toshiyuki Kaneda, Ryoju Hamada, Terukazu Kumazawa
R3,791 Discovery Miles 37 910 Ships in 18 - 22 working days

This book is a collection of research articles that deal with three aspects of simulation and gaming for social design: (1) Theory and methodology, including game system theory and agent-based modeling; (2) Sustainability, including global warming and the energy-food nexus);; and (3) Social entrepreneurship, including business, ethnic, and ethical understanding. The latter two especially form two major areas of clinical knowledge in contemporary life. Simulation and gaming, with its participatory approach, provides participants with a seamless integration of problem solving and education. It has been known as a tool for interdisciplinary communication since the 1960s, and now it is being developed to contribute to global society in the twenty-first century. This is the first book on simulation and gaming for social design that covers all aspects from the methodological foundations to practical examples in the fields of sustainability and social entrepreneurship. Regardless of the size of the problematics, societal system design involves (1) The visioning and conception aspects due to the long-term, overall nature of the goal; (2) Interdisciplinary thinking and communication for the exploration of new states of accommodation with technological systems; and (3) The "human dimension" aspect including education that must be dealt with, thus academic developments of simulation and gaming for social design as system thinking and practice methodologies are anticipated. Simulation and gaming has great potential for development as a tool to facilitate the transfer between theoretical and clinical knowledge.

The Way We Play - Theory of Game Design (Paperback, 1st ed.): Michael Killick The Way We Play - Theory of Game Design (Paperback, 1st ed.)
Michael Killick
R994 R847 Discovery Miles 8 470 Save R147 (15%) Ships in 18 - 22 working days

Gain insight into what it takes to design and develop your first video game. This book offers a peek behind the scenes, where you will find in-depth knowledge of game design theory and insight into the technical and design aspects of video game development. The Way We Play allows you to explore game design and theory while also learning the nuances of how games in different genres should be approached, their workings, and successful unique selling points in a competitive gaming field. As you progress further into the book, BAFTA Nominated Young Games Design Mentor Michael Killick walks you through the more technical aspects of game development and shares techniques that will enable you to take your first steps in designing your own games. Upon completing this book, you will have a firm understanding of the gaming industry, from theory through design and production. What You Will Learn Understand theories within games design Grasp what it takes to design and create your first game Look back at previous popular games and what made them so great Cover all aspects of design to allow you to begin designing your first video game Who Is This Book For: Anyone who would like to explore the fundamentals of game design and the theory behind it. This is also a chance to learn what goes into a game and how a game can be designed to be fun.

Procedural Generation in Godot - Learn to Generate Enjoyable Content for Your Games (Paperback, 1st ed.): Christopher Pitt Procedural Generation in Godot - Learn to Generate Enjoyable Content for Your Games (Paperback, 1st ed.)
Christopher Pitt
R1,000 R854 Discovery Miles 8 540 Save R146 (15%) Ships in 18 - 22 working days

Learn the tricks of simple procedural generation and how various genres, such as racing simulators, platformers, and roguelikes, can all benefit from these techniques. In this book, you'll learn how to combine hand-crafted content with algorithms to create immersive and beautiful environments. You'll learn how to create a seeding system, so that you can replay great levels with your friends. We'll cover how to create good tilesets, how to use the tilemap editor effectively, and how to inject just the right amount of logic into an otherwise automated machine that is your own personal procedural content generation engine. We will use 2D examples to demonstrate the concepts covered throughout the book. By the time you complete this book, you'll have a good handle on how to add procedural generation to your games. What You Will Learn Learn to set up the perfect content generation system Master the tools for randomization and repeatability Understand how much content to craft versus how much to generate Who This Book Is For Basic familiarity with the Godot engine and GDScript is essential. While all concepts are explained in the book, it can be overwhelming learning these techniques at the same time as learning the engine.

Introduction to Unity ML-Agents - Understand the Interplay of Neural Networks and Simulation Space Using the Unity ML-Agents... Introduction to Unity ML-Agents - Understand the Interplay of Neural Networks and Simulation Space Using the Unity ML-Agents Package (Paperback, 1st ed.)
Dylan Engelbrecht
R825 R713 Discovery Miles 7 130 Save R112 (14%) Ships in 18 - 22 working days

Demystify the creation of efficient AI systems using the model-based reinforcement learning Unity ML-Agents - a powerful bridge between the world of Unity and Python. We will start with an introduction to the field of AI, then discuss the progression of AI and where we are today. We will follow this up with a discussion of moral and ethical considerations. You will then learn how to use the powerful machine learning tool and investigate different potential real-world use cases. We will examine how AI agents perceive the simulated world and how to use inputs, outputs, and rewards to train efficient and effective neural networks. Next, you'll learn how to use Unity ML-Agents and how to incorporate them into your game or product. This book will thoroughly introduce you to ML-Agents in Unity and how to use them in your next project. What You Will Learn Understand machine learning, its history, capabilities, and expected progression Gives a step-by-step guide to creating your first AI Presents challenges of varying difficulty, along with tips to reinforce concepts covered Broad concepts within AI Who Is This Book For Tthose interested in machine learning using Unity ML-Agents. To get the best out of this book, you should have a fundamental understanding of C#, some background in Python, and are well versed in Unity.

Immersive 3D Design Visualization - With Autodesk Maya and Unreal Engine 4 (Paperback, 1st ed.): Abhishek Kumar Immersive 3D Design Visualization - With Autodesk Maya and Unreal Engine 4 (Paperback, 1st ed.)
Abhishek Kumar
R1,418 R1,171 Discovery Miles 11 710 Save R247 (17%) Ships in 18 - 22 working days

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.

Smart Pedagogy of Game-based Learning (Paperback, 1st ed. 2021): Linda Daniela Smart Pedagogy of Game-based Learning (Paperback, 1st ed. 2021)
Linda Daniela
R3,998 Discovery Miles 39 980 Ships in 18 - 22 working days

This book addresses the role of appropriate, specialized, structured pedagogy for game-based learning. It is an important reference for researchers who have carried out studies in the field of game-based learning with a focus on the digital learning environment. The educational landscape has dramatically changed in times of global pandemic urging us to search for new solutions, new educational pathways, and new agents for knowledge development. There is a need to support learning by using digital learning materials during remote learning or distance learning, where pedagogically structured game-based learning elements can play a role in motivating students to achieve. Utilizing game-based learning in education is not new, but this book adds substantially to the research base of the topic. The book reveals many new concepts, such as, balancing games and learning, supporting knowledge development, supporting the development of motivation, supporting balanced cognitive load in an effort to avoid ineffective forms of game-based learning

Introduction to Java Through Game Development - Learn Java Programming Skills by Working with Video Games (Paperback, 1st ed.):... Introduction to Java Through Game Development - Learn Java Programming Skills by Working with Video Games (Paperback, 1st ed.)
Victor G Brusca
R998 R851 Discovery Miles 8 510 Save R147 (15%) Ships in 18 - 22 working days

Interested in learning how to program with Java? Let's face it, the best way to learn to program is by writing programs. This can be a daunting proposition with the specter of hours of simple command line example programs hanging over your head. Fear not! Now you can learn to program in Java in a fun way by working on video games. With this book, you'll get to work with three Java game projects and have access to the complete game code for each project, including a full Java game engine. After completing Introduction to Java through Game Development, you'll be proficient in Java programming, having worked with the language's fundamental aspects throughout the text, and will be ready to further your Java and game programming expertise with confidence. What You'll Master the fundamentals of the Java programming language Use different data structures like arrays, lists, stacks, and queues Understand game programming basics including the main game loop Gain experience working with three different game projects via the book's coding challenges Work with the 2D game engine that powers the book's included games and learn to create your own new game projects Understand advanced Java topics like classes, encapsulation, inheritance, and polymorphism Work with exceptions and how to use debugging techniques to trace through code Sharpen your skills with over a dozen coding challenges that test your abilities with a development task on a real game project Who This Book Is For This book requires little to no programming experience to understand and benefit from the text.

Unity for Absolute Beginners (Paperback, 1st ed.): Sue Blackman, Jenny Wang Unity for Absolute Beginners (Paperback, 1st ed.)
Sue Blackman, Jenny Wang
R2,095 Discovery Miles 20 950 Ships in 18 - 22 working days

Unity for Absolute Beginners walks you through the fundamentals of creating a small third-person shooter game with Unity. Using the free version of Unity to begin your game development career, you'll learn how to import, evaluate and manage your game resources to create awesome third-person shooters. This book assumes that you have little or no experience with game development, scripting, or 3D assets, and that you're eager to start creating games as quickly as possible, while learning Unity in a fun and interactive environment. With Unity for Absolute Beginners you'll become familiar with the Unity editor, key concepts and functionality. You'll learn how to import, evaluate and manage resources. You'll explore C# scripting in Unity, and learn how to use the Unity API. Using the provided art assets, you will learn the fundamentals of good game design and iterative refinement as you take your game from a simple prototype to a quirky, but challenging variation of the ever-popular first-person shooter. As can be expected, there will be plenty of destruction, special effects and mayhem along the way. Unity for Absolute Beginners assumes that you have little or no experience with game development, scripting, or 3D assets, but are eager to get up-to-speed as quickly as possible while learning Unity in a fun and interactive environment.

Language, Gender and Videogames - Using Corpora to Analyse the Representation of Gender in Fantasy Videogames (Paperback, 1st... Language, Gender and Videogames - Using Corpora to Analyse the Representation of Gender in Fantasy Videogames (Paperback, 1st ed. 2021)
Frazer Heritage
R3,312 Discovery Miles 33 120 Ships in 18 - 22 working days

This book explores how corpus linguistic techniques can be applied to close analysis of videogames as a text, particularly examining how language is used to construct representations of gender in fantasy videogames. The author demonstrates a wide array of techniques which can be used to both build corpora of videogames and to analyse them, revealing broad patterns of representation within the genre, while also zooming in to focus on diachronic changes in the representation of gender within a best-selling videogame series and a Massively Multiplayer Online Role Playing Game (MMORPG). The book examines gender as a social variable, making use of corpus linguistic methods to demonstrate how the language used to depict gender is complex but often repeated. This book combines fields including language and gender studies, new media studies, ludolinguistics, and corpus linguistics, and it will be of interest to scholars in these and related disciplines.

Video Game Writing - From Macro to Micro (Paperback, 2nd Revised edition): Marek Walton Video Game Writing - From Macro to Micro (Paperback, 2nd Revised edition)
Marek Walton
R1,152 R975 Discovery Miles 9 750 Save R177 (15%) Ships in 18 - 22 working days

This insightful, revised book explores the challenging and evolving world of the games writer. Part I provides a fascinating overview of the history of games writing following its humble roots in the '60s to today's triple-A titles; Part II asks and answers the key question: what does a games writer do and how do they do it? Especially useful reading for novice game writers, its chapters cover a broad range of topics including contracts, NDAs, creative collaboration, narrative design, editing, adaptations, and environmental storytelling. Part III, of particular value for more advanced students of writing, addresses deeper theoretical questions increasingly relevant in today's games titles, including: ""Why have story at all? What is plot and how does it work? How best can a writer use agency?"" Finally, Part IV presents readers with hard-earned nuggets of wisdom from today's game writers working in the US, Europe, and Japan. Packed with practical samples, case studies, and exercises, this book is essential reading for anyone interested in the world of games writing. Features: * Covers history of games writing, narrative design, storytelling, plot, contracts, and packed with practical samples, case studies, and exercises * Presents readers with opinions and suggestions from today's game writers who are working in the US, Europe, and Japan * Includes a broad range of topics e.g., creative collaboration, editing, adaptations, and environmental storytelling * Mentions games such as Elder Scrolls V: Skyrim, Borderlands 2, The Walking Dead, L.A. Noire, Grand Theft Auto V, Mass Effect 3, The Stanley Parable, The Last of Us, Alien Isolation, The Witcher 3: Wild Hunt, Life is Strange, Until Dawn, Quantum Break, BioShock, World of Warcraft, and more.

Beginning Unity Android Game Development - From Beginner to Pro (Paperback, 1st ed.): Kishan Takoordyal Beginning Unity Android Game Development - From Beginner to Pro (Paperback, 1st ed.)
Kishan Takoordyal
R1,385 R892 Discovery Miles 8 920 Save R493 (36%) Ships in 9 - 17 working days

Master the art of programming games for Android using the Unity3D game engine. This book will help you understand basic concepts of game development in Unity. By the end of Beginning Unity Android Game Development, you will have the knowledge to confidently build an Android game. The book starts by explaining simple programming concepts to make beginners comfortable with the jargon. You will then learn to navigate around the Unity interface and use basic tools (hand, move, rotate, scale, and rect). You will also be acquainted with the creation of basic 3D objects in the game while understanding the purpose of several of Unity's windows. In the last chapters, you will learn to create a simple game for Android using the concepts studied in the previous chapters. Scripts will be written to handle the behaviors of the player and enemies as well as to handle other aspects of the game. The author shares tips along the way to help improve in-game performance, such as switching to the universal rendering pipeline when targeting mobile platforms. At the end of the book, you will have a solid knowledge in making basic Android games that can be upgraded later to make more complex games. What You Will Learn Explore basic Unity and C# programming concepts and scripting for Android games Navigate around the Unity interface and use its basic tools Make the most of popular components and features of Unity Write an Android game with optimizations Who This Book Is For Absolute beginners learning to program games for the Android platform using Unity3D. Basic knowledge of programming would be beneficial for the reader but is not required.

Sound and Music for Games - The Basics of Digital Audio for Video Games (Paperback, 1st ed.): Robert Ciesla Sound and Music for Games - The Basics of Digital Audio for Video Games (Paperback, 1st ed.)
Robert Ciesla
R988 R842 Discovery Miles 8 420 Save R146 (15%) Ships in 18 - 22 working days

Grasp the fundamentals of digital audio work in the context of video games, including the basics of middleware such as Fmod and Wwise. We will review software such as Apple's Logic and Garageband, Paul Davis's Ardour, and many other popular digital audio workstations. We will start with an introduction to the basic terminology of digital audio work while also getting acquainted with current generation audio hardware. We will then discuss the basics of the venerable Musical Instrument Digital Interface (MIDI) and how it relates to music composition as well as the tools and techniques for writing tracker music/chiptunes. The book also covers plug-in software, soundproofing at home, and voice work. The book takes a practical approach while tackling both hardware and software components used in cutting edge audio engineering, composition, and audio monitoring. What You Will Learn * Understand the fundamentals of digital audio production in the context of video games * Learn about audio integration with popular middleware solutions and APIs * Leverage plugin effects software to sculpt your audio to professional levels * Identify modern audio file formats and how and when to use them * Learn best practices when mixing sound effects and music for video games Who Is This Book For The intended readership includes beginners in digital audio engineering who use Windows, macOS, or Linux.

Learn JavaFX Game and App Development - With FXGL 17 (Paperback, 1st ed.): Almas Baimagambetov Learn JavaFX Game and App Development - With FXGL 17 (Paperback, 1st ed.)
Almas Baimagambetov
R1,174 R977 Discovery Miles 9 770 Save R197 (17%) Ships in 18 - 22 working days

Understand real-world game development concepts using JavaFX game engine called FXGL. The core focus of the book is on developing a standalone game or application with FXGL. We will start with an overview of the book followed by requisite concepts from Java and JavaFX that will be used throughout this book. Next, we will learn about the FXGL game engine and its wide range of real-world game development techniques. In the following chapter, we learn about entity-component model used in FXGL to create a powerful abstraction of the game world. The next chapter builds on this, where we develop a platformer game using the physics engine and a popular external tool called Tiled. An important concept of games AI is covered in the following chapter. Visually complex features related to graphics and rendering as well as UI elements and animation system in FXGL will be discussed in the next chapter. The following chapter is dedicated to non-game applications that can be developed using FXGL. The last two chapters cover packaging and deployment of JavaFX and FXGL applications and discussion on future projects. The key take-away skill from this book is the ability to develop professional-level applications and games with FXGL. During the course of this book, you will have produced a range of cross-platform applications and games using FXGL, reinforcing the game development concepts covered throughout. What You Will Learn* Understand use of advanced Java and JavaFX concepts * Learn about real-world game development concepts in a general-purpose programming language* Master professional cross-platform, desktop and mobile, games using the FXGL game engine Who Is This Book ForThis book is for beginners in Java and/or JavaFX who wish to develop apps and games with FXGL, while improving Java and JavaFX skills.

Unity (R) Virtual Reality Development with VRTK4 - A No-Coding Approach to Developing Immersive VR Experiences, Games, & Apps... Unity (R) Virtual Reality Development with VRTK4 - A No-Coding Approach to Developing Immersive VR Experiences, Games, & Apps (Paperback, 1st ed.)
Christopher Coutinho
R1,556 R1,283 Discovery Miles 12 830 Save R273 (18%) Ships in 18 - 22 working days

Get hands-on practical knowledge of concepts and techniques for VR development using Unity (R) and VRTK version 4. This book is a step-by-step guide to learning VRTK 4 for developing immersive VR experiences.Unity is a powerful game engine for developing VR experiences. With its built-in support for all major VR headsets, it's the perfect tool for developers to realize their vision in VR. VRTK is a battle-tested VR solution for Unity; VRTK 4, in conjunction with Unity, has changed the dynamics of VR development.This book focuses on creating deep understanding of how advanced VR mechanics and techniques are built and utilized as a part of a VR framework. You will start off by setting up your devices for VR development and learn about the advantages of using VRTK 4 over alternate SDKs. You will learn to setup your very own custom VRTK Rig, find out how to setup various advanced VR mechanics and locomotion techniques, how to create several spatial UI objects, and how to setup Unity 2D UI controls. You will also cover advanced topics such as using angular and linear drives, setting up a VR Simulator to work with a XBox Controller, and realistic physics VR hands. By the end of this book, you will know how to create advanced VR mechanics that can be used within any VR experience, game, or App and deployed across several platforms and hardware. What You Will Learn Understand how to develop Immersive VR experiences Create a VR simulator to test your project Generate advanced Spatial UI that you can interact with physically using your hands Who This Book Is For?Unity game developers conversant with Unity's Editor. Basic knowledge of how Unity Prefabs function, how events work in general, and programming logic would be beneficial.

Serious Games for Enhancing Law Enforcement Agencies - From Virtual Reality to Augmented Reality (Paperback, 1st ed. 2019):... Serious Games for Enhancing Law Enforcement Agencies - From Virtual Reality to Augmented Reality (Paperback, 1st ed. 2019)
Babak Akhgar
R2,653 Discovery Miles 26 530 Ships in 18 - 22 working days

This book provides a comprehensive and practically minded introduction into serious games for law enforcement agencies. Serious games offer wide ranging benefits for law enforcement with applications from professional trainings to command-level decision making to the preparation for crises events. This book explains the conceptual foundations of virtual and augmented reality, gamification and simulation. It further offers practical guidance on the process of serious games development from user requirements elicitation to evaluation. The chapters are intended to provide principles, as well as hands-on knowledge to plan, design, test and apply serious games successfully in a law enforcement environment. A diverse set of case studies showcases the enormous variety that is possible in serious game designs and application areas and offers insights into concrete design decisions, design processes, benefits and challenges. The book is meant for law enforcement professionals interested in commissioning their own serious games as well as game designers interested in collaborative pedagogy and serious games for the law enforcement and security sector.

Human-Computer Interaction in Game Development with Python - Design and Develop a Game Interface Using HCI Technologies and... Human-Computer Interaction in Game Development with Python - Design and Develop a Game Interface Using HCI Technologies and Techniques (Paperback, 1st ed.)
Joseph Thachil George, Meghna Joseph George
R1,000 R854 Discovery Miles 8 540 Save R146 (15%) Ships in 18 - 22 working days

Deepen your understanding of human-computer interaction (HCI) in game development and learn how to develop video games that grab players and don't let them go. This book explores HCI design in computer games to maximize collaborative and interactive functions. You'll first gain a basic introduction to fundamental concepts and practices of HCI before diving into the fundamental concepts of game interface design and technology. You'll learn how to design a gaming interface through practical examples using Python. This is followed by a brief look at how HCI can offer immersive gaming experiences for players and a review of key elements such as interface, usability, user-centered design, and user interface in terms of efficacy. You will also learn how to implement usability aspects in gaming interfaces with examples using Python. Additionally, the book discusses major challenges that game publishers and developers face, and how they can be resolved using HCI techniques. The question of playability is reviewed throughout the game production process. After working through this book's practical examples, you'll have the knowledge required to begin developing compelling, can't-put-the-controller down games of your own. What You'll Learn Master HCI tools and methodologies Understand the concept of HCI strategies in the game development cycle Develop a game in Python using the HCI approach Utilize gamification techniques in Human-Computer Interaction Grasp concepts of usability, user experience and user-centered design processes and their application Who This Book Is For Programmers, engineers, and students interested in creating and implementing computer games using HCI technologies. Prior experience with game development is recommended.

Breaking Out of the Games Industry (Paperback, 2nd New edition): Matthew M. White Breaking Out of the Games Industry (Paperback, 2nd New edition)
Matthew M. White
R1,456 Discovery Miles 14 560 Ships in 10 - 15 working days

This book offers a perspective into a phenomenon becoming more and more common: AAA developers 'going indie'. Written through the personal story of the author finding his way into the AAA games space, only to retreat back to indie games and consulting work and finding a new-old life making games for himself, and finding fulfillment in doing so. It is both a word of warning to creatives seeking a corporation and a call for disillusioned developers to break free and do something wild, creative, and unexpected. It is critical of common industry issues such as structural crunch, health issues, work life balance, and more, but is also a personal story of mismatched needs in doing creative work. Key Features Under-explored viewpoint of the games industry, someone who worked for years to 'break in', then worked for years to 'break out'. Offers a unique look at making an indie game life both financially and mentally feasible. Encourages developers sitting on the fence to take the plunge.

Vintage Games - An Insider Look at the History of Grand Theft Auto, Super Mario, and the Most Influential Games of All Time... Vintage Games - An Insider Look at the History of Grand Theft Auto, Super Mario, and the Most Influential Games of All Time (Paperback)
Bill Loguidice, Matt Barton
R1,202 Discovery Miles 12 020 Ships in 10 - 15 working days

Vintage Games explores the most influential videogames of all time, including Super Mario Bros., Grand Theft Auto III, Doom, The Sims and many more. Drawing on interviews as well as the authors own lifelong experience with videogames, the book discusses each game's development, predecessors, critical reception, and influence on the industry. It also features hundreds of full-color screenshots and images, including rare photos of game boxes and other materials. Vintage Games is the ideal book for game enthusiasts and professionals who desire a broader understanding of the history of videogames and their evolution from a niche to a global market.
*Explores the gameplay, history, development, and influence of the most important videogames of all time
*Includes material from interviews, contemporary reviews, manuals, and other primary and secondary sources
*Identifies and analyzes the key concepts behind each videogame
*Features hundreds of exclusive, full-color images

Hey! Listen! - A journey through the golden era of video games (Paperback): Steve McNeil Hey! Listen! - A journey through the golden era of video games (Paperback)
Steve McNeil; Foreword by Dara O'Briain 1
R535 R482 Discovery Miles 4 820 Save R53 (10%) Ships in 9 - 17 working days

Equal parts hilarious and informative, Hey! Listen! should be in every gamer's library. - Lucy James, (Gamespot) An informative, accessible romp through the early years of the games industry. All hail Il pirata pallido; the gaming hero we never knew we needed. - Adam Rosser BBC Radio 5Live Steve McNeil is funny, knowledgeable, and a massive, shameless, nerd. His brilliant book reminded me just how much of my life I've wasted. If the Golden Age of Gaming is a horse, then Steve's book is the stable. - Paul Rose (aka Mr Biffo), Digitiser A thoroughly enjoyable look at the early days of video gaming - comprehensive and fun. Loved it! - Stuart Ashen (aka ashens) The 'A La Recherche du Temps Perdu' of the gaming community. The 'A La Recherche du Temps Pew-Pew-Pew', as it were. - Dara O'Briain If 'Games Master' was a Nobel title passed on through the ages like 'Duke of York' or 'Rear of the Year' rather than simply the name of a 90s magazine and TV show then Steve McNeil would surely be the current holder of the esteemed position. What I'm saying is, he knows a LOT about games... - Scroobius Pip Taking us on a historical journey from the very early days all the way through to the late 1990s the book tells the stories of the men and women behind some of the most wonderful (and occasionally awful) games of the golden age, the fierce rivalries, bizarre business practices and downright bonkers risks taken during the pioneering days of computer and video gaming. This informal yet extremely well-researched book manages to educate and entertain in equal measure and this - dare I say - well-informed retrohead actually learnt a good deal. A thoroughly enjoyable read! - Mark Howlett (aka Lord Arse) Hugely funny, and full of fantastic facts about the history of video games. But enough about me; Steve's book is also quite good. - Ellie Gibson, Eurogamer A hilarious history of the golden period of computer games from the creator of Dara O'Briain's Go 8 Bit. It is fair to say Steve McNeil likes video games. He took a Nintendo Wii with him on his honeymoon (obviously), and spent so much time playing smartphone games in bed in the dark that he got eye strain and had to wear an eye patch. The locals nicknamed him 'the pale pirate'. Steve's obsession with video games can be traced back to the golden period from the early 70s to the late 90s. In this book he will delve into these games - from the appallingly bad to the breathtakingly good. He will also take us through the nerdy geniuses who created them, their fierce rivalries and risks often leading to some of the most farcical moments in the history of entertainment. This is a story of obsession, full of tales of Space Invaders, Donkey Kong, Mario, Sonic, Wolfenstein 3D, Worms and many more. It will also answer important questions about the golden age. Questions like: Why did Namco feel they had to change the name of Puck-Man to Pac-Man because they were worried about graffiti, when Nintendo were more than happy to bring out Duck Hunt? Joysticks at the ready. Let's do a gaming!

La Interpretacion En El Ambito de Los Videojuegos - Fundamentos Teoricos Y Practicos (Spanish, Hardcover): Ramon Mendez Gonzalez La Interpretacion En El Ambito de Los Videojuegos - Fundamentos Teoricos Y Practicos (Spanish, Hardcover)
Ramon Mendez Gonzalez
R977 Discovery Miles 9 770 Ships in 10 - 15 working days

El ambito de los videojuegos no deja de crecer a diario y, con el, surgen nuevas oportunidades laborales para diversos entornos profesionales. Entre ellos, destaca especialmente un campo de nueva especializacion que suele pasar desapercibido, como es el de la interpretacion en el ambito de los videojuegos (IAVJ), la cual tiene un calado cada vez mayor dentro de la industria. En este estudio se repasan todos los contextos en los que es necesaria la IAVJ, asi como tambien se analizan algunos ejemplos de trabajos en este ambito y se plantean una serie de recomendaciones de cara a una adecuada formacion y a un correcto desempeno de la practica profesional.

The Kerbal Player's Guide (Paperback): Jon Manning, Tim Nugent, Paul Fenwick, Alasdair Allan, Paris Buttfield-Addison The Kerbal Player's Guide (Paperback)
Jon Manning, Tim Nugent, Paul Fenwick, Alasdair Allan, Paris Buttfield-Addison
R932 R789 Discovery Miles 7 890 Save R143 (15%) Ships in 9 - 17 working days

Kerbal Space Program (KSP) is a critically acclaimed, bestselling space flight simulator game. It's making waves everywhere from mainstream media to the actual space flight industry, but it has a bit of a learning curve. In this book, five KSP nerds-including an astrophysicist-teach you everything you need to know to get a nation of tiny green people into space. KSP is incredibly realistic. When running your space program, you'll have to consider delta-V budgets, orbital mechanics, Hohmann transfers, and more. This book is perfect for video game players, simulation game players, Minecrafters, and amateur astronomers. Design, launch, and fly interplanetary rockets Capture an asteroid and fly it into a parking orbit Travel to distant planets and plant a flag Build a moon rover, and jump off a crater ridge Rescue a crew-mate trapped in deep space

Game Audio Programming 2 - Principles and Practices (Hardcover): Guy Somberg Game Audio Programming 2 - Principles and Practices (Hardcover)
Guy Somberg
R4,227 Discovery Miles 42 270 Ships in 10 - 15 working days

Welcome to the second volume of Game Audio Programming: Principles and Practices - the first series of its kind dedicated to the art of game audio programming! This volume features more than 20 chapters containing advanced techniques from some of the top game audio programmers and sound designers in the industry. This book continues the tradition of collecting more knowledge and wisdom about game audio programming than any other volume in history. Both audio programming beginners and seasoned veterans will find content in this book that is valuable, with topics ranging from extreme low-level mixing to high-level game integration. Each chapter contains techniques that were used in games that have shipped, and there is a plethora of code samples and diagrams. There are chapters on threading, DSP implementation, advanced middleware techniques in FMOD Studio and Audiokinetic Wwise, ambiences, mixing, music, and more. This book has something for everyone who is programming audio for a game: programmers new to the art of audio programming, experienced audio programmers, and those souls who just got assigned the audio code. This book is for you!

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Super Nintendo Anthology - Gold Edition
Geeks-Line Hardcover R1,410 Discovery Miles 14 100
Die in Obscurity - Fan Insights and…
Sean Matuk Hardcover R611 Discovery Miles 6 110
Long Live Mortal Kombat: Round 1 - The…
David L Craddock Paperback R882 Discovery Miles 8 820
Smoke and Mirrors - The Rise and Fall of…
Mike James Hardcover R1,076 Discovery Miles 10 760
Next-Generation Applications and…
Filipe Portela, Ricardo Queiros Hardcover R6,648 Discovery Miles 66 480
Desert Encounter - An Adventurous…
Knud Holmboe Paperback R271 Discovery Miles 2 710
Destiny Comic Collection: Volume One
Bungie Hardcover R537 R409 Discovery Miles 4 090
Basic Python Commands - Learn the Basic…
Manuel Mcfeely Hardcover R780 R679 Discovery Miles 6 790
The Art of Hearthstone: Year of the…
Robert Brooks Hardcover R651 Discovery Miles 6 510
Advanced Python Commands - Become a…
Manuel Mcfeely Hardcover R781 R685 Discovery Miles 6 850

 

Partners