0
Your cart

Your cart is empty

Browse All Departments
Price
  • R50 - R100 (3)
  • R100 - R250 (147)
  • R250 - R500 (355)
  • R500+ (1,551)
  • -
Status
Format
Author / Contributor
Publisher

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

The Pokemon Go Phenomenon - Essays on Public Play in Contested Spaces (Paperback): Jamie Henthorn,, Andrew Kulak, Kristopher... The Pokemon Go Phenomenon - Essays on Public Play in Contested Spaces (Paperback)
Jamie Henthorn,, Andrew Kulak, Kristopher Purzycki
R1,345 R533 Discovery Miles 5 330 Save R812 (60%) Ships in 12 - 17 working days

Pokemon Go is not just play-the game has had an impact on public spaces, social circles and technology, suggesting new ways of experiencing our world. This collection of new essays explores what Pokemon Go can tell us about how and why we play. Covering a range of topics from mobile hardware and classroom applications to social conflict and urban planning, the contributors approach Pokemon Go from both practical and theoretical angles, anticipating the impact play will have on our digitally augmented world.

The Art of Game Design - A Book of Lenses, Third Edition (Paperback, 3rd edition): Jesse Schell The Art of Game Design - A Book of Lenses, Third Edition (Paperback, 3rd edition)
Jesse Schell
R1,899 Discovery Miles 18 990 Ships in 9 - 15 working days

The Art of Game Design guides you through the design process step-by-step, helping you to develop new and innovative games that will be played again and again. It explains the fundamental principles of game design and demonstrates how tactics used in classic board, card and athletic games also work in top-quality video games. Good game design happens when you view your game from as many perspectives as possible, and award-winning author Jesse Schell presents over 100 sets of questions to ask yourself as you build, play and change your game until you finalise your design. This latest third edition includes examples from new VR and AR platforms as well as from modern games such as Uncharted 4 and The Last of Us, Free to Play games, hybrid games, transformational games, and more. Whatever your role in video game development an understanding of the principles of game design will make you better at what you do. For over 10 years this book has provided inspiration and guidance to budding and experienced game designers - helping to make better games faster.

100 Greatest Video Game Franchises (Hardcover): Robert Mejia, Jaime Banks, Aubrie Adams 100 Greatest Video Game Franchises (Hardcover)
Robert Mejia, Jaime Banks, Aubrie Adams
R1,370 Discovery Miles 13 700 Ships in 12 - 17 working days

Video games take players on a trip through ancient battlefields, to mythic worlds, and across galaxies. They provide players with a way to try on new identities and acquire vast superpowers. Video games also give people the chance to hit reset - to play again and again until they achieve a desired outcome. Their popularity has enabled them to grow far beyond their humble origins and to permeate other forms of popular culture, from comic books and graphic novels to films and television programs. Video games are universal. In 100 Greatest Video Game Franchises, editors Robert Mejia, Jaime Banks, and Aubrie Adams have assembled essays that identify, assess, and reveal the most important video games of all-time. Each entry makes a case for the game's cultural significance and why it deserves to be on the list, from its influence on other games to its impact on an international scale. In addition to providing information about the game developer and when the franchise was established, these entries explore the connections between the different video games, examining them across genre, theme, and content. This accessible collection of essays gives readers an opportunity to gauge their favorite video game franchises against the best of all time and argue how they each fit among the 100 greatest ever created. Whether casually looking up information on these games or eager to learn how franchises evolved over the years, readers will enjoy this entertaining and informative volume. Comprehensive and engaging, 100 Greatest Video Game Franchises will appeal to fans and scholars alike.

Beginning Android 4 Games Development (Paperback, 1st ed.): Mario Zechner, Robert Green Beginning Android 4 Games Development (Paperback, 1st ed.)
Mario Zechner, Robert Green
R940 Discovery Miles 9 400 Ships in 2 - 4 working days

Beginning Android 4 Games Development offers everything you need to join the ranks of successful Android game developers. You'll start with game design fundamentals and programming basics, and then progress toward creating your own basic game engine and playable game that works on Android 4.0 and earlier devices. This will give you everything you need to branch out and write your own Android games. The potential user base and the wide array of available high-performance devices makes Android an attractive target for aspiring game developers. Do you have an awesome idea for the next break-through mobile gaming title? Beginning Android 4 Games Development will help you kick-start your project. The book will guide you through the process of making several example games for the Android platform, and involves a wide range of topics: The fundamentals of Android game development targeting Android 1.5-4.0+ devices The Android platform basics to apply those fundamentals in the context of making a game The design of 2D and 3D games and their successful implementation on the Android platform

Beginning Android Games (Paperback, 1st ed.): Mario Zechner Beginning Android Games (Paperback, 1st ed.)
Mario Zechner
R1,185 R1,035 Discovery Miles 10 350 Save R150 (13%) Ships in 10 - 15 working days

Beginning Android Games offers everything you need to join the ranks of successful Android game developers. You'll start with game design fundamentals and programming basics, and then progress towards creating your own basic game engine and playable games. This will give you everything you need to branch out and write your own Android games. The potential user base and the wide array of available high-performance devices makes Android an attractive target for aspiring game developers. Do you have an awesome idea for the next break-through mobile gaming title? Beginning Android Games will help you kick-start your project. The book will guide you through the process of making several example games for the Android platform, and involves a wide range of topics: * The fundamentals of game development * The Android platform basics to apply those fundamentals in the context of making a game * The design of 2D and 3D games and their successful implementation on the Android platform What you'll learn * How to set up and use the development tools for developing your first Android application * The fundamentals of game programming in the context of the Android platform * How to use the Android's APIs for graphics (Canvas, OpenGL ES 1.0/1.1), audio, and user input to reflect those fundamentals * How to develop two 2D games from scratch, based on the Canvas API and OpenGL ES. * How to create a full-featured 3D game * How to publish your games, get crash reports, and support your users * How to complete your own playable 2D OpenGL games Who this book is for This book is for people with a basic knowledge of Java who want to write games on the Android platform. It also offers information for experienced game developers about the pitfalls and peculiarities of the platform.

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,814 Discovery Miles 18 140 Ships in 10 - 15 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.

Minor Platforms in Videogame History (Hardcover, 0): Benjamin Nicoll Minor Platforms in Videogame History (Hardcover, 0)
Benjamin Nicoll
R3,751 Discovery Miles 37 510 Ships in 12 - 17 working days

Videogame history is not just a history of one successful technology replacing the next. It is also a history of platforms and communities that never quite made it; that struggled to make their voices heard; that aggravated against the conventions of the day; and that never enjoyed the commercial success or recognition of their major counterparts. In Minor Platforms in Videogame History, Benjamin Nicoll argues that 'minor' videogame histories are anything but insignificant. Through an analysis of transitional, decolonial, imaginary, residual, and minor videogame platforms, Nicoll highlights moments of difference and discontinuity in videogame history. From the domestication of vector graphics in the early years of videogame consoles to the 'cloning' of Japanese computer games in South Korea in the 1980s, this book explores case studies that challenge taken-for-granted approaches to videogames, platforms, and their histories.

The Big Bad World of Concept Art for Video Games - An Insider's Guide for Students (Paperback): Eliott J Lilly The Big Bad World of Concept Art for Video Games - An Insider's Guide for Students (Paperback)
Eliott J Lilly
R791 R630 Discovery Miles 6 300 Save R161 (20%) Ships in 12 - 17 working days

Do you aspire to become a concept artist in the video game industry but don t know where to start? The Big Bad World of Concept Art for Video Games: An Insider s Guide for Students is a comprehensive book that gives aspiring artists an honest, informative, and concise look at what it takes to do just that. Author Eliott Lilly uses his own student work as a teaching tool along with personal experiences to help you on your journey. From finding the right school and getting the most out of your education, to preparing your portfolio and landing your first job, the advice and strategies Eliott offers are organized for easy reference and review. The book also features an extensive list of resources that students will find useful, as well as interviews with renowned concept artists David Levy, Sparth, Stephan Martiniere, Ben Mauro, and Farzad Varahramyan, all offering their own invaluable advice. With his firsthand knowledge about the ins and outs of the video game industry, Eliott Lilly is an exceptional guide who can help prepare you for the long journey toward realizing your ambitions."

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
R942 R804 Discovery Miles 8 040 Save R138 (15%) Ships in 10 - 15 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.

Street Fighter V Volume 1: Champions Rising (Hardcover): Ken Siu-Chong, Matt Moylan Street Fighter V Volume 1: Champions Rising (Hardcover)
Ken Siu-Chong, Matt Moylan; Edited by Matt Moylan; Artworks by Hanzo Steinbach, Jeffrey Chamba Cruz, …
R1,375 R1,116 Discovery Miles 11 160 Save R259 (19%) Ships in 9 - 15 working days

Enter the world of Street Fighter, where fighters of every size, shape and color collide in a global battle for supremacy. In this volume: New challengers rise up, while longtime favorites take their martial arts to the next level! The mysterious Menat confronts Shadaloo, Nash returns from the grave, Ken confronts his dark side, Alex faces off with the Mad Gear Gang, Sakura and Karin cross fists one final time, and Akuma descends into a demonic hellscape! This volume collects: Street Fighter V #1, SFV: Wrestling Special #1, SF: Charlie Nash #1, SF: Menat #1, SF: Wrestlepalooza #1, SF: Sakura VS Karin #1, SF: Necro & Effie #1, SF: Akuma VS Hell #1, SF: Super Combo Special, Ultra Street Fighter II #1

Beginning C++ Through Game Programming (Paperback, 3rd Revised edition): Michael Dawson Beginning C++ Through Game Programming (Paperback, 3rd Revised edition)
Michael Dawson
R881 Discovery Miles 8 810 Ships in 10 - 15 working days

"Beginning C++ Through Game Programming, Third Edition" approaches learning C++ from the unique and fun perspective of games. Written for the beginning game developer or programmer, the book assumes no previous programming experience and each new skill and concept is taught using simple language and step-by-step instructions. Readers will complete small projects in each chapter to reinforce what they've learned and a final project at the end combines all of the major topics covered in the book. Featuring twenty five percent new material, this third edition covers all the latest technology and advances.

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
R4,321 Discovery Miles 43 210 Ships in 10 - 15 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 Game Audio Tutorial - A Practical Guide to Sound and Music for Interactive Games (Paperback): Richard Stevens, Dave Raybould The Game Audio Tutorial - A Practical Guide to Sound and Music for Interactive Games (Paperback)
Richard Stevens, Dave Raybould
R1,680 Discovery Miles 16 800 Ships in 12 - 17 working days

Sound can make or break the visual experience of a video game. If you press a button, and you hear a click, you know you are playing a game, without the click, you are merely interacting with an image on the screen. Sound elevates the experience of a game, and is obviously a KEY ingredient to the success of a game. This book goes out to sound designers and music composers for games who may be able to pick up on the theories and concepts in other books, but will need the book that shows them just how to get their first demo reel done. Stevens and Raybould get right into the heart of sound design and implemention, providing real practical examples to learn from, so that composers and designers can quickly develop the skills they need to design sound and music for games. This hands-on book guides students and professionals through the whole development process of how to create and implement sound and music for games. Stevens and Raybould offer a hugely effective teaching tool to engage students: a complete set of tools and interactive tutorials that are fully tested and proven to work in a University setting. The book comes with a powerful associated web site including 20 videos (10 mins each) with screen captures, voice over and interactive commentary, several hundred sound files that designers can plug right into their own games, and a unique tutorial game level for readers to play and learn in - so that they can experience, interact, and see exactly how sounds are applied in a real game. This is the best vehicle for learning how to create compelling sound and music for games - a truly unique approach that gets designers and students up and running quickly.

Destiny: The Exotic Collection, Volume One (Hardcover): Insight Editions Destiny: The Exotic Collection, Volume One (Hardcover)
Insight Editions
R1,007 R885 Discovery Miles 8 850 Save R122 (12%) Ships in 10 - 15 working days

Discover all of the Exotic weapons from the world of Destiny 2 in this comprehensive visual guide, loaded with stunning artwork! From the Thorn and Hawkmoon hand cannon, to the Outbreak Perfected rifle, Destiny 2 features an incredible arsenal of exotic weaponry. Now, fans of the hit series can experience these weapons like never before, with this definitive guide to the exotic weapons of Destiny 2. Featuring magnificent art from Destiny 2, it is the ultimate book on the most unique weapons in Destiny 2. BEAUTIFUL EXOTIC WEAPON ARTWORK: From the Thorn and Hawkmoon hand cannon, to the Outbreak Perfected rifle, this book features the beautiful art of Destiny 2. The incredible detail of the illustrations featured in this book will give fans an unparalleled experience of the entire Destiny 2 exotic weapon arsenal. OWN THE DEFINITIVE DESTINY 2 EXOTIC WEAPONS GUIDE: This book will be the ultimate word on the exotic weapons of Destiny 2. COMPLETE YOUR DESTINY LIBRARY: Destiny: The Exotic Collection, Volume One stands alongside fan-favorite books such as Destiny: The Official Cookbook and Art of Destiny Volume One and Two.

Making Great Games - An Insider's Guide to Designing and Developing the World's Greatest Video Games (Paperback,... Making Great Games - An Insider's Guide to Designing and Developing the World's Greatest Video Games (Paperback, New)
Michael Wyman
R1,343 Discovery Miles 13 430 Ships in 12 - 17 working days

How are the world's best videogames created? Are they truly hatched through marathon all-night sessions of acne-ridden, junk food-eating programmers and artists huddled in front of multiple monitors cranking out code and content? Which key decisions determine whether or not a particular game will be a hit? What's crunch time really like? Journey behind the scenes to learn the truth about how the world's greatest videogames get made. Join videogame industry veteran Michael Thornton Wyman on a series of detailed, behind-the-scenes tours with the teams that have made some of the most popular and critically acclaimed videogames of the modern era. Drawing on insider's perspectives from teams large and small, from single-person independent projects (Linerider), to casual game classics (Diner Dash), PC titles (Spore) to AAA Console games (NBA Live), and including modern-day masterpieces (Halo, Rock Band and World of Warcraft), learn from the creators about how these games were made, and hear their stories from the trenches of videogames production. The second part of the book provides real-world, hands-on advice you can start using immediately to make your own games better. Thorough and detailed analysis of common, proven best practices give you specific nuts and bolts tools to implement at any phase of your game project, from concept development through prototyping, production, testing and launch. The book is an excellent resource for those working directly on game design or production, for those aspiring to work in the field, or for anyone who has wondered how the world's greatest videogames get made.

Beginning VFX with Autodesk Maya - Create Industry-Standard Visual Effects from Scratch (Paperback, 1st ed.): Abhishek Kumar Beginning VFX with Autodesk Maya - Create Industry-Standard Visual Effects from Scratch (Paperback, 1st ed.)
Abhishek Kumar
R1,652 R1,358 Discovery Miles 13 580 Save R294 (18%) Ships in 10 - 15 working days

Dive into the nuances of visual effects (VFX) design, from planning to execution, using Autodesk Maya. This book introduces the methods and techniques required for your first foray into 3D FX generation from scratch. You will start with the fundamentals of visual effects, including a history of VFX, tools and techniques for creating believable visual effects, and popular tools used in the industry. Next, you are introduced to Autodesk Maya and its various components that make it a favorite among professionals. You will learn how to create rigid body collisions and simulate realistic particles such as dust, fire, water, and more. This book also presents strategies for creating a vortex, rain, hair, fluids, and other soft body simulations and also demonstrates nature element simulations for computer-generated production. At the end of the book, there is a capstone project to make your own visual effects scene in a practical way. After going through this book, you will be able to start building computer-generated visual effects from your imagination through to production. What You Will Learn Understand the basic physics behind effect creation Create 3D visual effects scenes from scratch Know the details of dynamic simulation in the computer generation space using various functionalities available in Autodesk Maya Who This Book Is For Beginning-level users; students from the field of visual effects design, 3D modeling, and simulation; game designers; those creating computer graphics; FX artists and aspirants looking for a career in the field of 3D

On the Way to Fun - An Emotion-Based Approach to Successful Game Design (Paperback): Roberto Dillon On the Way to Fun - An Emotion-Based Approach to Successful Game Design (Paperback)
Roberto Dillon
R1,549 Discovery Miles 15 490 Ships in 12 - 17 working days

How can video games be fun and immerse players in fantastic worlds where anything seems possible? How can they be so engaging to have become the main entertainment product for children and adults alike? In "On the Way to Fun," the author proposes a possible answer to these questions by going back to the roots of gaming and showing how early games, as well as modern indie productions, captivated generations of players even without the need for fancy graphics and effects but by relying on basic emotions and instincts instead. This book will be most beneficial to aspiring and beginning game designers and to anyone who wants a better understanding of human nature and how it relates to the design process of immersive video game experiences.

Gamer's Bucket List - The 50 Video Games to Play Before You Die (Paperback): Chris Watters Gamer's Bucket List - The 50 Video Games to Play Before You Die (Paperback)
Chris Watters; Foreword by Craig Skistimas
R517 R481 Discovery Miles 4 810 Save R36 (7%) Ships in 10 - 15 working days

#1 Amazon Best Seller! Which games are worth playing?The 50 best games: From pixelated pioneer adventures to stunning space odysseys, the boundaries of the video game world are expanding every day. Grand epics and gritty mysteries. Fierce competition and friendly cooperation. Powerful emotions and uproarious laughter. Video games are fantastically diverse and wonderfully creative, but not all games are created equal. With so many games out there on so many different consoles, computers, and devices, how do you decide which games are worth playing? Backed by years of writing about games professionally and decades spent playing them, Chris Watters lays out a list of 50 games to entertain and enlighten you. Whether you're trying to learn more about the world of gaming or strengthening your claim to true gaming fluency, these are the games you'll want to play, and why you'll want to play them.

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
R1,140 R961 Discovery Miles 9 610 Save R179 (16%) Ships in 10 - 15 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.

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
R1,136 R957 Discovery Miles 9 570 Save R179 (16%) Ships in 10 - 15 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,143 R964 Discovery Miles 9 640 Save R179 (16%) Ships in 10 - 15 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.

Algorithms and Networking for Computer Games, 2nd Edition (Hardcover, 2nd Edition): J Smed Algorithms and Networking for Computer Games, 2nd Edition (Hardcover, 2nd Edition)
J Smed
R2,103 Discovery Miles 21 030 Ships in 12 - 17 working days

The essential guide to solving algorithmic and networking problems in commercial computer games, revised and extended Algorithms and Networking for Computer Games, Second Edition is written from the perspective of the computer scientist. Combining algorithmic knowledge and game-related problems, it explores the most common problems encountered in game programing. The first part of the book presents practical algorithms for solving classical topics, such as random numbers, procedural generation, tournaments, group formations and game trees. The authors also focus on how to find a path in, create the terrain of, and make decisions in the game world. The second part introduces networking related problems in computer games, focusing on four key questions: how to hide the inherent communication delay, how to best exploit limited network resources, how to cope with cheating and how to measure the on-line game data. Thoroughly revised, updated, and expanded to reflect the many constituent changes occurring in the commercial gaming industry since the original, this Second Edition, like the first, is a timely, comprehensive resource offering deeper algorithmic insight and more extensive coverage of game-specific networking problems than ordinarily encountered in game development books. Algorithms and Networking for Computer Games, Second Edition: * Provides algorithmic solutions in pseudo-code format, which emphasises the idea behind the solution, and can easily be written into a programming language of choice * Features a section on the Synthetic player, covering decision-making, influence maps, finite-state machines, flocking, fuzzy sets, and probabilistic reasoning and noise generation * Contains in-depth treatment of network communication, including dead-reckoning, local perception filters, cheating prevention and on-line metrics * Now includes 73 ready-to-use algorithms and 247 illustrative exercises Algorithms and Networking for Computer Games, Second Edition is a must-have resource for advanced undergraduate and graduate students taking computer game related courses, postgraduate researchers in game-related topics, and developers interested in deepening their knowledge of the theoretical underpinnings of computer games and in learning new approaches to game design and programming.

Persona 3 Volume 9 (Paperback): Atlus Persona 3 Volume 9 (Paperback)
Atlus; Artworks by Shuji Sogabe
R364 R340 Discovery Miles 3 400 Save R24 (7%) Ships in 10 - 15 working days

In the wake of a miraculous happening, it becomes apparent that hope lives on. There is a reason to go on fighting. The destruction of the Dark Hour may erase all memories of their days fighting together... but they will not forget.

The Ultimate 80's Retro Gaming Collection - Essential Guide to Gaming's Greatest Decade (Hardcover): Dan Peel The Ultimate 80's Retro Gaming Collection - Essential Guide to Gaming's Greatest Decade (Hardcover)
Dan Peel
R651 R580 Discovery Miles 5 800 Save R71 (11%) Ships in 9 - 15 working days

An in-depth analysis of the best video game franchises, characters, consoles, and computers of the 1980's. Curating the most important games, including Pac Man, Tetris, Frogger, Outrun, Zelda, Super Mario, and more, as well as the hardware: the NES, C64, Sega Mega System, the Amiga 50, and more.

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
R1,129 R950 Discovery Miles 9 500 Save R179 (16%) Ships in 10 - 15 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.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Hani - A Life Too Short
Janet Smith, Beauregard Tromp Paperback R310 R277 Discovery Miles 2 770
Three Wise Monkeys
Charles Van Onselen Paperback R1,500 R1,194 Discovery Miles 11 940
Our Long Walk To Economic Freedom…
Johan Fourie Paperback R412 Discovery Miles 4 120
How the World Is Making Our Children Mad…
Louis Weinstock Paperback R539 R504 Discovery Miles 5 040
The Last Narco: Updated and Revised
Malcolm Beith Paperback R430 R405 Discovery Miles 4 050
Zombies Ate My Pancreas
Mandy Morreale, Brandy Roy Hardcover R638 Discovery Miles 6 380
Votes, Drugs, and Violence - The…
Guillermo Trejo, Sandra Ley Hardcover R3,859 R3,435 Discovery Miles 34 350
Well I Never Knew That! Did Romans…
Peter Ryding Hardcover  (2)
R327 Discovery Miles 3 270
Green Witchcraft Grimoire - A Practical…
Amythyst Raine Hardcover R707 R643 Discovery Miles 6 430
A History of England from the First…
John Lingard Paperback R652 Discovery Miles 6 520

 

Partners