0
Your cart

Your cart is empty

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

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

Comic Book Story of Video Games, The (Paperback): J. Hennessey Comic Book Story of Video Games, The (Paperback)
J. Hennessey
R516 R393 Discovery Miles 3 930 Save R123 (24%) Ships in 12 - 17 working days
Arcade Treasures (Hardcover): Bill Kurtz Arcade Treasures (Hardcover)
Bill Kurtz
R1,155 R921 Discovery Miles 9 210 Save R234 (20%) Ships in 12 - 17 working days

Today, a sense of nostalgia and the irresistible urge to play have combined to make arcade memorabilia and antique arcade games one of the hottest collectible fields of our time. This book is filled with 447 color photos of the greatest games ever to hit the arcade scene-the earliest arcades' strength testers and fortune tellers, perennial favorites like baseball games and SKEE-BALL, wild pinball games from the middle of the century, and modern electronic video game like PAC MAN and Q*BERT. While American manufacturers have maintained a solid grip on the market, some interesting offerings are included from foreign manufacturers. Also included are a section on novelty products, a detailed discussion of the development of different game trends, a history of significant manufacturers and designers, and a thorough price guide. Kurtz shares tips on how to begin moving in the arcade trading circuit, how to locate your favorite games, and how to maintain and repair your collection. Beginning collectors and long-time fans alike will find Kurtz's information helpful. With its foreword by Sha-Na-Na's Screamin' Scott Simon this book is a must-read for anyone interested in the games of yesteryear-and of today!

Building Interactive Worlds in 3D - Virtual Sets and Pre-Visualization for Games, Film, and the Web (Paperback): Jean-marc... Building Interactive Worlds in 3D - Virtual Sets and Pre-Visualization for Games, Film, and the Web (Paperback)
Jean-marc Gauthier
R1,728 Discovery Miles 17 280 Ships in 12 - 17 working days

In Building Interactive Worlds in 3D readers will find turnkey tutorials that detail all the steps required to build simulations and interactions, utilize virtual cameras, virtual actors (with self-determined behaviors), and real-time physics including gravity, collision, and topography. With the free software demos included, 3D artists and developers can learn to build a fully functioning prototype. The book is dynamic enough to give both those with a programming background as well as those who are just getting their feet wet challenging and engaging tutorials in virtual set design, using Virtools. Other software discussed is: Lightwave, and Maya. The book is constructed so that, depending on your project and design needs, you can read the text or interviews independently and/or use the book as reference for individual tutorials on a project-by-project basis. Each tutorial is followed by a short interview with a 3D graphics professional in order to provide insight and additional advice on particular interactive 3D techniques-from user, designer, artist, and producer perspectives.
* Create interactive, 3D sets - virtual buildings, terrains, as well as other virtual prototypes for games, film/video pre-visualization, and virtual reality design for the Web from sketch to fully-working prototype
* Interviews with experts in the field provide additional insight into each tutorial
* Dozens of tutorials on CD-ROM, and dozens more on author's website

Collision Detection in Interactive 3D Environments (Hardcover, New): Gino Van Den Bergen Collision Detection in Interactive 3D Environments (Hardcover, New)
Gino Van Den Bergen
R2,725 Discovery Miles 27 250 Ships in 12 - 17 working days

The heart of any system that simulates the physical interaction between objects is collision detection-the ability to detect when two objects have come into contact. This system is also one of the most difficult aspects of a physical simulation to implement correctly, and invariably it is the main consumer of CPU cycles. Practitioners, new to the field or otherwise, quickly discover that the attempt to build a fast, accurate, and robust collision detection system takes them down a long path fraught with perils and pitfalls unlike most they have ever encountered. Without in-depth knowledge and understanding of the issues associated with engineering a collision detection system, the end of that path is an abyss that has swallowed many a good programmer!
Gino van den Bergen's new book is the story of his successful journey down that path. The outcome is his well-known collision detection system, the SOftware Library for Interference Detection (SOLID). Along the way, he covers the topics of vector algebra and geometry, the various geometric primitives of interest in a collision system, the powerful method of separating axes for the purposes of intersection testing, and the equally powerful Gilbert-Johnson-Keerthi (GJK) algorithm for computing the distance between convex objects. But this book provides much more than a good compendium of the ideas that go into building a collision system. The curse of practical computational geometry is floating-point arithmetic. Algorithms with straightforward implementations when using exact arithmetic can have catastrophic failures in a floating-point system. Specifically, intersection and distance algorithms implemented in a floating-point systemtend to fail exactly in the most important case in a collision system-when two objects are just touching. Great care must be taken to properly handle floating-point round off errors. Gino's ultimate accomplishment in this book is his presentation on how to correctly implement the GJK distance algorithm in the presence of single-precision floating-point arithmetic. And what better way to illustrate this than with a case study, the final chapter on the design and implementation of SOLID.
About the CD-ROM
The companion CD-ROM includes the full C++ source code of SOLID 3.5 as well as API documentation in HTML and PDF formats. Both single (32bit) and double (64bit) precision versions of the SOLID SDK plus example programs can be compiled for Linux platforms using GNU g++ version 2.95 to 3.3 and for Win32 platforms using Microsoft Visual C++ version 6.0 to 7.1. Use of the SOLID source code is governed by the terms of either the GNU GPL or the Trolltech QPL (see CD-ROM documentation for details).
About the Author
Gino van den Bergen is a game developer living and working in The Netherlands. He is the creator of SOLID and holds a Ph.D. in computing science from Eindhoven University of Technology. Gino implemented collision detection and physics in NaN Technologies' Blender, a creation suite for interactive 3D content.
*Explains the fundamental geometric and numerical concepts that underlie the key algorithms of collision detection.
*CD-ROM includes the full C++ source code of SOLID, a well-known library for collision detection, plus binaries and example programs for Win32.
*Discusses algorithms for commonly used primitive types, such as spheres, boxes, cylinders, cones, triangles, rays, and convex polyhedra.
*Presents techniques for accelerating collision detection for complex models and scenes.

Learning C# by Programming Games (Hardcover, 2nd ed. 2019): Wouter van Toll, Arjan Egges, Jeroen D. Fokker Learning C# by Programming Games (Hardcover, 2nd ed. 2019)
Wouter van Toll, Arjan Egges, Jeroen D. Fokker
R1,375 Discovery Miles 13 750 Ships in 12 - 17 working days

Developing computer games is a perfect way to learn how to program in modern programming languages. This book teaches how to program in C# through the creation of computer games - and without requiring any previous programming experience. Contrary to most programming books, van Toll, Egges, and Fokker do not organize the presentation according to programming language constructs, but instead use the structure and elements of computer games as a framework. For instance, there are chapters on dealing with player input, game objects, game worlds, game states, levels, animation, physics, and intelligence. The reader will be guided through the development of four games showing the various aspects of game development. Starting with a simple shooting game, the authors move on to puzzle games consisting of multiple levels, and conclude the book by developing a full-fledged platform game with animation, game physics, and intelligent enemies. They show a number of commonly used techniques in games, such as drawing layers of sprites, rotating, scaling and animating sprites, dealing with physics, handling interaction between game objects, and creating pleasing visual effects. At the same time, they provide a thorough introduction to C# and object-oriented programming, introducing step by step important programming concepts such as loops, methods, classes, collections, and exception handling. This second edition includes a few notable updates. First of all, the book and all example programs are now based on the library MonoGame 3.6, instead of the obsolete XNA Game Studio. Second, instead of explaining how the example programs work, the text now invites readers to write these programs themselves, with clearly marked reference points throughout the text. Third, the book now makes a clearer distinction between general (C#) programming concepts and concepts that are specific to game development. Fourth, the most important programming concepts are now summarized in convenient "Quick Reference" boxes, which replace the syntax diagrams of the first edition. Finally, the updated exercises are now grouped per chapter and can be found at the end of each chapter, allowing readers to test their knowledge more directly. The book is also designed to be used as a basis for a game-oriented programming course. Supplementary materials for organizing such a course are available on an accompanying web site, which also includes all example programs, game sprites, sounds, and the solutions to all exercises.

Gears of War: Judgment - Kilo Squad: The Survivor's Log (Hardcover): Rob Auten Gears of War: Judgment - Kilo Squad: The Survivor's Log (Hardcover)
Rob Auten
R749 R551 Discovery Miles 5 510 Save R198 (26%) Ships in 12 - 17 working days

Written as a collection of notes in Damon Baird's journal, 'The Survivor's Log' will expand on declassified testimony and other facets of the game and serve as an in-universe artefact within the timeline of the series. This firsthand account will chronicle the soldier's experience in a riveting and beautifully illustrated oral history-the events he witnessed and the deterioration of COG society, his decision to take his unit rogue, and stories from the other embers of his cohort.

Game Physics Engine Development - How to Build a Robust Commercial-Grade Physics Engine for your Game (Paperback, 2nd edition):... Game Physics Engine Development - How to Build a Robust Commercial-Grade Physics Engine for your Game (Paperback, 2nd edition)
Ian Millington
R1,766 Discovery Miles 17 660 Ships in 9 - 15 working days

Physics is really important to game programmers who need to know how to add physical realism to their games. They need to take into account the laws of physics when creating a simulation or game engine, particularly in 3D computer graphics, for the purpose of making the effects appear more real to the observer or player.The game engine needs to recognize the physical properties of objects that artists create, and combine them with realistic motion. The physics ENGINE is a computer program that you work into your game that simulates Newtonian physics and predict effects under different conditions. In video games, the physics engine uses real-time physics to improve realism. This is the only book in its category to take readers through the process of building a complete game-ready physics engine from scratch. The Cyclone game engine featured in the book was written specifically for this book and has been utilized in iPhone application development and Adobe Flash projects. There is a good deal of master-class level information available, but almost nothing in any format that teaches the basics in a practical way. The second edition includes NEW and/or revised material on collision detection, 2D physics, casual game physics for Flash games, more references, a glossary, and end-of-chapter exercises. The companion website will include the full source code of the Cyclone physics engine, along with example applications that show the physics system in operation.

Coding with Roblox Lua in 24 Hours - The Official Roblox Guide (Paperback): Official Roblox Books(Pearson) Coding with Roblox Lua in 24 Hours - The Official Roblox Guide (Paperback)
Official Roblox Books(Pearson)
R1,179 R650 Discovery Miles 6 500 Save R529 (45%) Ships in 12 - 17 working days

In just 24 lessons of one hour or less, Coding with Roblox Lua in 24 Hours: The Official Roblox Guide helps you learn all the skills and techniques you'll need to code your own Roblox experiences. Perfect for beginners, each short and easy lesson builds upon everything that's come before, helping you quickly master the essentials of Lua programming. Step-by-step instructions walk you through common questions, issues, and tasks; Q&As, Quizzes, and Exercises build and test your knowledge; "Did You Know?" tips offer insider advice and shortcuts; and "Watch Out!" alerts help you avoid pitfalls. Learn how to... * Code with properties, variables, functions, if/then statements, and loops * Organize information using arrays and dictionaries * Work with events to make things move, explode, count down, and do whatever you can imagine * Keep your code manageable with abstractions and object-oriented programming * Store data permanently to create leaderboards, inventories, and custom currency * Use raycasting to allow visitors to place their own objects, such as furniture and props, within your world

Fifty Key Video Games (Paperback): Bernard Perron, Kelly Boudreau, Mark J.P. Wolf, Dominic Arsenault Fifty Key Video Games (Paperback)
Bernard Perron, Kelly Boudreau, Mark J.P. Wolf, Dominic Arsenault
R878 Discovery Miles 8 780 Ships in 12 - 17 working days

- The first book dedicated to exploring key video games from the 1970s to present day. - Provides a highly accessible overview of the history of video games from PONG, Pac-Man and Tetris to Minecraft, Animal Crossing and Assassin's Creed. - The selection covers a range of historical periods and platforms, genres, commercial impact, artistic choices, contexts of play, typical and atypical representations, uses of games for specific purposes, uses of materials or techniques, specific subcultures, repurposing, transgressive aesthetics, interfaces, moral or ethical impacts, and more.

Captain Code - Unleash Your Coding Superpower With Python (Paperback): Ben Forta, Shmuel Forta Captain Code - Unleash Your Coding Superpower With Python (Paperback)
Ben Forta, Shmuel Forta
R899 R590 Discovery Miles 5 900 Save R309 (34%) Ships in 12 - 17 working days

Everyone should learn to code. Much like drawing and sketching, playing an instrument, cooking, or taking pictures and shooting videos, coding is a creative endeavor, which means it's a way to actually create stuff, and creating stuff is incredibly rewarding and satisfying. Sure, it's fun to spend hours on your phone looking at what other people have created; but that's nothing compared to the joy and satisfaction of creating things that other people consume and use. Yep, coding is fun!

And if that weren't enough, when you learn to code you develop all sorts of invaluable skills and traits beyond just coding. These include planning, problem solving, communication, logic, empathy, attention to detail, patience, resilience, persistence, and creativity. And it turns out that these skills (especially creativity and creative problem solving) are some of the most in-demand out there. So, coding will help your future career, too, regardless of what that career may be. But, where to start?

Captain Code is a welcoming, engaging, and fun introduction to becoming a coder, designed for the young (ages 10-17) and young-at-heart. Experienced educators and coders Ben & Shmuel Forta will guide you using Python, one of the most popular programming languages in the world. You'll learn by creating games, yes, games, from simple projects to retro text-based adventures to complete graphical arcade style games.

SNES Omnibus: The Super Nintendo and Its Games, Vol 1 (A-M) (Hardcover): Brett Weiss SNES Omnibus: The Super Nintendo and Its Games, Vol 1 (A-M) (Hardcover)
Brett Weiss
R1,418 R1,285 Discovery Miles 12 850 Save R133 (9%) Ships in 9 - 15 working days

Volume 2 of SNES Omnibus is a fun and informative look at ALL the original Super Nintendo games released in the US starting with the letters N-Z. More than 375 games are featured, including such iconic titles as Star Fox, Super Mario Kart, Super Mario World, Super Metroid, Tetris Attack, and Zombies Ate My Neighbors. Each game, whether obscure or mainstream, is covered in exhaustive detail. In addition to thorough gameplay descriptions, the book includes reviews, fun facts, historical data, quotes from vintage magazines, and, best of all, nostalgic stories about many of the games from programmers, authors, convention exhibitors, video game store owners, YouTube celebs, and other industry insiders. The book also features more than 2,000 full-color images, including box art, cartridges, screenshots, and vintage ads. Plus, there's a gorgeous centerfold starring your favorite SNES characters.

Playing at the Next Level - A History of American Sega Games (Paperback): Ken Horowitz Playing at the Next Level - A History of American Sega Games (Paperback)
Ken Horowitz
R1,226 R897 Discovery Miles 8 970 Save R329 (27%) Ships in 12 - 17 working days

Today a multinational video game developer, Sega was the first to break Nintendo's grip on the gaming industry, expanding from primarily an arcade game company to become the dominant game console manufacturer in North America. A major part of that success came from the hard work and innovation of its subsidiary, Sega of America, who in a little more than a decade wrested the majority market share from Nintendo and revolutionized how games were made. Drawing on interviews with nearly 100 Sega alumni, this book traces the company's development, revealing previously undocumented areas of game-making history, including Sega's relationship with Tonka, the creation of its internal studios, and major breakthroughs like the Sega Channel and HEAT Network. More than 40 of the company's most influential games are explored in detail.

Roblox Game Development in 24 Hours - The Official Roblox Guide (Paperback): Official Roblox Books(Pearson) Roblox Game Development in 24 Hours - The Official Roblox Guide (Paperback)
Official Roblox Books(Pearson)
R1,335 R724 Discovery Miles 7 240 Save R611 (46%) Ships in 12 - 17 working days

Every month, hundreds of millions of people around the world are spending billions of hours on Roblox--and Roblox's fast-growing community of developers has already earned hundreds of millions of dollars from their creations. For every burgeoning game developer who is looking to take their Roblox skills to the next level fast, look no further than Roblox Game Development in 24 Hours: The Official Roblox Guide. In just 24 lessons of one hour or less, you will deepen your understanding of virtually every facet of Roblox game development. Each short and easy lesson builds upon everything that has come before, helping you take full advantage of this remarkable platform. Step-by-step instructions walk you through common questions, issues, and tasks; Q&As, Quizzes, and Exercises build and test your knowledge; "Try It Yourself" exercises encourage independent practice. By the time you're finished, you'll be a true Roblox game development expert. Learn how to... * Build immersive natural environments using built-in terrain and lighting tools * Model and import assets, models, weapons, and textures * Code game mechanics, animations, and camera movement * Design GUIs for store fronts, player HUDs, and interactive elements * Teleport players between multiple game places * Publish your game to multiple platforms with cross-platform play * Attract players, monetize your game, and earn real cash

Monster Kids - How Pokemon Taught a Generation to Catch Them All (Paperback): Daniel Dockery Monster Kids - How Pokemon Taught a Generation to Catch Them All (Paperback)
Daniel Dockery
R430 R400 Discovery Miles 4 000 Save R30 (7%) Ships in 9 - 15 working days

More than just a simple journey through the history of Pokemon, Daniel Dockery offers an in-depth look at the franchise's many branches of impact and influence. With dozens of firsthand interviews, Monster Kids covers its beginnings as a Japanese video game created to recapture one man's love of bug-collecting as a child before diving into the decisions and conditions that would ultimately lead to that game's global domination. With its continued growth as television shows, spin-off video games, blockbuster movies, trading cards, and toys, Pokemon is a unique and special brand that manages to continue to capture the attention and adoration of its eager fanbase 25 years after its initial release. Whether it was new animated shows like Digimon, Cardcaptors, and Yu-Gi-Oh!; the rise of monster-catching video games and trading card games; and more, Pikachu, the king of pop culture in the '90s, opened the doors in America to those hoping to capture some of Pokemon's dedicated fans. In Monster Kids, Dockery combines the personal stories of the people who helped bring Pokemon to the global stage with affection and humor, making this book the ultimate look at the rise of the franchise in Japan and then North America, but also the generation of kids whose passion for "catching them all" created a unique cultural phenomenon that continues to make a profound impact today.

The Elder Scrolls Online: Tales of Tamriel - Book II: The Lore (Hardcover): Bethesda Softworks The Elder Scrolls Online: Tales of Tamriel - Book II: The Lore (Hardcover)
Bethesda Softworks
R1,007 R640 Discovery Miles 6 400 Save R367 (36%) Ships in 12 - 17 working days

For the first time in print, step into the fantasy world of The Elder Scrolls Online. Tales of Tamriel - Vol. II: The Lore takes readers on adventure throughout the war-torn landscapes and battlefields of Tamriel, featuring a horde of in-game texts and exclusive artwork. Lavishly bound and produced, this series of books is the definitive guide to lore from the Elder Scrolls Online.

Game Design Deep Dive - Platformers (Paperback): Joshua Bycer Game Design Deep Dive - Platformers (Paperback)
Joshua Bycer
R1,134 Discovery Miles 11 340 Ships in 12 - 17 working days

The Game Design Deep Dive series examines specific game systems or mechanics over the course of the history of the industry. This book examines the history of jumping - one of the oldest mechanics in the industry - and how it has evolved and changed over the years. The author looks at the transition from 2D to 3D and multiple elements that make jumping more complicated than it looks from a design perspective. Key Selling Points: The first in a series of books that focus entirely on a singular game design system or mechanic, in this case: jumping. A perfect read for anyone interested in understanding game design, or just curious from a historical standpoint. A must read for anyone interested in building their own platformer or just interested in the history of the game industry's most famous game mechanic. This book is a perfect companion for someone building their first game or as part of a game design classroom. Includes real game examples to highlight the discussed topics and mechanics. Joshua Bycer is a Game Design Critic with more than seven years of experience critically analyzing game design and the industry itself. In that time, through Game-Wisdom, he has interviewed hundreds of game developers and members of the industry about what it means to design video games. He also strives to raise awareness about the importance of studying game design by giving lectures and presentations; his first book was titled 20 Essential Games to Study.

Introduction to Video Game Engine Development - Learn to Design, Implement, and Use a Cross-Platform 2D Game Engine (Paperback,... Introduction to Video Game Engine Development - Learn to Design, Implement, and Use a Cross-Platform 2D Game Engine (Paperback, 1st ed.)
Victor G Brusca
R1,900 R1,543 Discovery Miles 15 430 Save R357 (19%) Ships in 10 - 15 working days

Start your video game development journey by learning how to build a 2D game engine from scratch. Using Java (with NetBeans as your IDE and using Java's graphics framework) or by following along in C# (with Visual Studio as your IDE and using the MonoGame framework), you'll cover the design and implementation of a 2D game engine in detail. Each class will be reviewed with demonstration code. You'll gain experience using the engine by building a game from the ground up. Introduction to Video Game Engine Development reviews the design and implementation of a 2D game engine in three parts. Part 1 covers the low-level API class by class. You'll see how to abstract lower-level functionality and design a set of classes that interact seamlessly with each other. You'll learn how to draw objects, play sounds, render text, and more. In Part 2, you'll review the mid-level API that is responsible for drawing the game, loading resources, and managing user input. Lastly, in Part 3, you'll build a game from the ground up following a step-by-step process using the 2D game engine you just reviewed. On completing this book, you'll have a solid foundation in video game engine design and implementation. You'll also get exposure to building games from scratch, creating the solid foundation you'll need to work with more advanced game engines, and industry tools, that require learning complex software, APIs, and IDEs. What You Will Learn Gain experience with lower-level game engine APIs and abstracting framework functionality Write application-level APIs: launching the game, loading resources, settings, processing input, and more Discover cross-platform APIs in the game engine projects written in both Java and C#/MonoGame Develop games with an SDK-based game engine and simplified tool chain focused on direct control of the game through code Master creating games by using the game engine to build a game from the ground up with only code and an IDE Who This Book Is For Those of you out there with some programming experience, moderate to advanced, who want to learn how to write video games using modern game engine designs.

Superhero Synergies - Comic Book Characters Go Digital (Hardcover): James N Gilmore, Matthias Stork Superhero Synergies - Comic Book Characters Go Digital (Hardcover)
James N Gilmore, Matthias Stork
R2,668 Discovery Miles 26 680 Ships in 12 - 17 working days

In the age of digital media, superheroes are no longer confined to comic books and graphic novels. Their stories are now featured in films, video games, digital comics, television programs, and more. In a single year alone, films featuring Batman, Spider-Man, and the Avengers have appeared on the big screen. Popular media no longer exists in isolation, but converges into complex multidimensional entities. As a result, traditional ideas about the relationship between varying media have come under striking revision. Although this convergence is apparent in many genres, perhaps nowhere is it more persistent, more creative, or more varied than in the superhero genre. Superhero Synergies: Comic Book Characters Go Digital explores this developing relationship between superheroes and various forms of media, examining how the superhero genre, which was once limited primarily to a single medium, has been developed into so many more. Essays in this volume engage with several of the most iconic heroes including Batman, Hulk, and Iron Man through a variety of academic disciplines such as industry studies, gender studies, and aesthetic analysis to develop an expansive view of the genre s potency. The contributors to this volume engage cinema, comics, video games, and even live stage shows to instill readers with new ways of looking at, thinking about, and experiencing some of contemporary media s most popular texts. This unique approach to the examination of digital media and superhero studies provides new and valuable readings of well-known texts and practices. Intended for both academics and fans of the superhero genre, this anthology introduces the innovative and growing synergy between traditional comic books and digital media."

Visual Computing for Cultural Heritage (Paperback, 1st ed. 2020): Fotis Liarokapis, Athanasios Voulodimos, Nikolaos Doulamis,... Visual Computing for Cultural Heritage (Paperback, 1st ed. 2020)
Fotis Liarokapis, Athanasios Voulodimos, Nikolaos Doulamis, Anastasios Doulamis
R5,133 Discovery Miles 51 330 Ships in 10 - 15 working days

This book provides insights into the state of the art of digital cultural heritage using computer graphics, image processing, computer vision, visualization and reconstruction, virtual and augmented reality and serious games. It aims at covering the emergent approaches for digitization and preservation of Cultural Heritage, both in its tangible and intangible facets. Advancements in Digital Cultural Heritage research have been abundant in recent years covering a wide assortment of topics, ranging from visual data acquisition, pre-processing, classification, analysis and synthesis, 3D modelling and reconstruction, semantics and symbolic representation, metadata description, repository and archiving, to new forms of interactive and personalized presentation, visualization and immersive experience provision via advanced computer graphics, interactive virtual and augmented environments, serious games and digital storytelling. Different aspects pertaining to visual computing with regard to tangible (books, images, paintings, manuscripts, uniforms, maps, artefacts, archaeological sites, monuments) and intangible (e.g. dance and performing arts, folklore, theatrical performances) cultural heritage preservation, documentation, protection and promotion are covered, including rendering and procedural modelling of cultural heritage assets, keyword spotting in old documents, drone mapping and airborne photogrammetry, underwater recording and reconstruction, gamification, visitor engagement, animated storytelling, analysis of choreographic patterns, and many more. The book brings together and targets researchers from the domains of computing, engineering, archaeology and the arts, and aims at underscoring the potential for cross-fertilization and collaboration among these communities.

Beginner's Guide to Code Algorithms - Experiments to Enhance Productivity and Solve Problems (Paperback): Deepankar Maitra Beginner's Guide to Code Algorithms - Experiments to Enhance Productivity and Solve Problems (Paperback)
Deepankar Maitra
R1,542 Discovery Miles 15 420 Ships in 12 - 17 working days

Do you have creative ideas that you wish you could transform into code? Do you want to boost your problem solving and logic skills? Do you want to enhance your career by adopting an algorithmic mindset? In our increasingly digital world, coding is an essential skill. Communicating an algorithm to a machine to perform a set of tasks is vital. Beginner's Guide to Code Algorithms: Experiments to Enhance Productivity and Solve Problems written by Deepankar Maitra teaches you how to think like a programmer. The author unravels the secret behind writing code - building a good algorithm. Algorithmic thinking leads to asking the right question and enables a shift from issue resolution to value creation. Having this mindset will make you more marketable to employers. This book takes you on a problem-solving journey to expand your mind and increase your willingness to experiment with code. You will: Learn the art of building an algorithm through hands-on exercises Understand how to develop code for inspiring productivity concepts Build a mentality of developing algorithms to solve problems Develop, test, review, and improve code through guided experimentation This book is designed to develop a culture of logical thinking through intellectual stimulation. It will benefit students and teachers of programming, business professionals, as well as experienced users of Microsoft Excel who wish to become proficient with macros.

Games Girls Play - Contexts of Girls and Video Games (Paperback): Carolyn M Cunningham Games Girls Play - Contexts of Girls and Video Games (Paperback)
Carolyn M Cunningham
R1,054 Discovery Miles 10 540 Ships in 12 - 17 working days

Games Girls Play examines the role that video games play in girls' lives, including how games structure girls' leisure time, how playing video games constitutes different performances of femininity, and what influences girls to play or not play video games. Through interviews, focus groups, and qualitative content analyses, this book analyzes girls' involvement with video games. It also examines different contexts in which discourses of girls and video games occur, including girl-oriented video games, activist efforts to change the video game industry, and informal education programs that teach girls video game design.

Deep Reinforcement Learning in Unity - With Unity ML Toolkit (Paperback, 1st ed.): Abhilash Majumder Deep Reinforcement Learning in Unity - With Unity ML Toolkit (Paperback, 1st ed.)
Abhilash Majumder
R1,964 R1,607 Discovery Miles 16 070 Save R357 (18%) Ships in 10 - 15 working days

Gain an in-depth overview of reinforcement learning for autonomous agents in game development with Unity. This book starts with an introduction to state-based reinforcement learning algorithms involving Markov models, Bellman equations, and writing custom C# code with the aim of contrasting value and policy-based functions in reinforcement learning. Then, you will move on to path finding and navigation meshes in Unity, setting up the ML Agents Toolkit (including how to install and set up ML agents from the GitHub repository), and installing fundamental machine learning libraries and frameworks (such as Tensorflow). You will learn about: deep learning and work through an introduction to Tensorflow for writing neural networks (including perceptron, convolution, and LSTM networks), Q learning with Unity ML agents, and porting trained neural network models in Unity through the Python-C# API. You will also explore the OpenAI Gym Environment used throughout the book. Deep Reinforcement Learning in Unity provides a walk-through of the core fundamentals of deep reinforcement learning algorithms, especially variants of the value estimation, advantage, and policy gradient algorithms (including the differences between on and off policy algorithms in reinforcement learning). These core algorithms include actor critic, proximal policy, and deep deterministic policy gradients and its variants. And you will be able to write custom neural networks using the Tensorflow and Keras frameworks. Deep learning in games makes the agents learn how they can perform better and collect their rewards in adverse environments without user interference. The book provides a thorough overview of integrating ML Agents with Unity for deep reinforcement learning. What You Will Learn Understand how deep reinforcement learning works in games Grasp the fundamentals of deep reinforcement learning Integrate these fundamentals with the Unity ML Toolkit SDK Gain insights into practical neural networks for training Agent Brain in the context of Unity ML Agents Create different models and perform hyper-parameter tuning Understand the Brain-Academy architecture in Unity ML Agents Understand the Python-C# API interface during real-time training of neural networks Grasp the fundamentals of generic neural networks and their variants using Tensorflow Create simulations and visualize agents playing games in Unity Who This Book Is For Readers with preliminary programming and game development experience in Unity, and those with experience in Python and a general idea of machine learning

Smart Pedagogy of Game-based Learning (Hardcover, 1st ed. 2021): Linda Daniela Smart Pedagogy of Game-based Learning (Hardcover, 1st ed. 2021)
Linda Daniela
R5,102 Discovery Miles 51 020 Ships in 10 - 15 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

The Minds Behind Sports Games - Interviews with Cult and Classic Video Game Developers (Paperback): Patrick Hickey, Jr. The Minds Behind Sports Games - Interviews with Cult and Classic Video Game Developers (Paperback)
Patrick Hickey, Jr.
R705 Discovery Miles 7 050 Ships in 12 - 17 working days

Featuring interviews with the creators of 35 popular video games-including John Madden Football, Tony Hawk Pro Skater 3, WCW/nWo Revenge, and RBI Baseball-this book gives a behind-the-scenes look at the creation of some of the most influential and iconic (and sometimes forgotten) sports video games of all time. Recounting endless hours of painstaking development, the challenges of working with mega-publishers and the uncertainties of public reception, the interviewees reveal the creative processes that produced some of gaming's classic titles.

The Composition of Video Games - Narrative, Aesthetics, Rhetoric and Play (Paperback): Johansen Quijano The Composition of Video Games - Narrative, Aesthetics, Rhetoric and Play (Paperback)
Johansen Quijano; Edited by Matthew Wilhelm Kapell
R881 Discovery Miles 8 810 Ships in 12 - 17 working days

Video games are a complex, compelling medium in which established art forms intersect with technology to create an interactive text. Visual arts, architectural design, music, narrative and rules of play all find a place within, and are constrained by, computer systems whose purpose is to create an immersive player experience. In the relatively short life of video game studies, many authors have approached the question of how games function, some focusing on technical aspects of game design, others on rules of play. Taking a holistic view, this study explores how ludology, narratology, visual rhetoric, musical theory and player psychology work (or don't work) together to create a cohesive experience and to provide a unified framework for understanding video games.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
The Official Minecraft Colouring…
Titan Books Paperback R243 R198 Discovery Miles 1 980
Tank Girl: Colour Classics Trilogy…
Jamie Hewlett, Alan Martin Paperback R1,140 R917 Discovery Miles 9 170
Die in Obscurity - Fan Insights and…
Sean Matuk Hardcover R656 Discovery Miles 6 560
Next-Generation Applications and…
Filipe Portela, Ricardo Queiros Hardcover R7,211 Discovery Miles 72 110
Scorn - The Art of the Game
Matthew Pellett Hardcover R905 R761 Discovery Miles 7 610
Auroboros: Coils of the Serpent…
Warchief Gaming, Chris Metzen Hardcover R1,316 R1,096 Discovery Miles 10 960
Smoke and Mirrors - The Rise and Fall of…
Mike James Hardcover R1,097 Discovery Miles 10 970
Object-Oriented Game Development
Julian Gold Paperback R2,157 R1,710 Discovery Miles 17 100
Minecraft: Guide to Redstone (Updated)
Mojang AB, The Official Minecraft Team Hardcover R347 R329 Discovery Miles 3 290
The Legend of Zelda: Breath of the Wild…
Hardcover  (1)
R1,015 Discovery Miles 10 150

 

Partners