![]() |
Welcome to Loot.co.za!
Sign in / Register |Wishlists & Gift Vouchers |Help | Advanced search
|
Your cart is empty |
||
|
Books > Computing & IT > Computer software packages > Computer games
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.
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 final chapter of Persona 3! Nyx's influence is breaking down the barrier between the Dark Hour and reality. Only the Specialized Extracurricular Execution Squad stand in the way of the end of everything.
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.
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.
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.
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
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 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.
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.
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.
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.
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.
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.
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.
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.
Dr. Alireza Tavakkoli's Game Development and Simulation with Unreal Technology covers the latest version of Unreal Technology. Since the 1990s Epic Games, Inc. has been leading the revolution of gaming graphics and Artificial Intelligence. Now, unreal technology is one of the most potent and prominent engines that is currently used in games. Its influence can be spotted in classic triple A titles like, Fortnite, Gears of War 2, Borderlands 2, and XCOM: Enemy Unknown. Tavakkoli goes into detail concerning the creation of game level designs, blueprint coding, shader programing, as well as artificial intelligence concepts to help readers in creating their own games. Game Development also includes a number of practice friendly extensions and concept modules to help solidify the reader's understanding of concepts and techniques. The book is divided into three sections that act as building blocks in order to facilitate the comprehension of the material. Key Features: Provides beginner level through advanced concepts in blueprint programming with the Unreal Engine 4.18 Hundreds of small/mid-scale projects developed as concept examples throughout the book which can be utilized in more comprehensive entertaining interactive computer simulations and games Chapter exercises will take the readers' understanding of Unreal Engine to the next level.
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
Despite its significant growth over the past five years, the mobile and social videogame industry is still maturing at a rapid rate. Due to various storage and visual and sound asset restrictions, mobile and social gaming must have innovative storytelling techniques. Narrative Tactics grants readers practical advice for improving narrative design and game writing for mobile and social games, and helps them rise to the challenge of mobile game storytelling. The first half of the book covers general storytelling techniques, including worldbuilding, character design, dialogue, and quests. In the second half, leading experts in the field explore various genres and types of mobile and social games, including educational games, licensed IP, games for specific demographics, branding games, and free to play (F2P). Key Features The only book dedicated to narrative design and game writing in social and mobile games, an explosive market overtaking the console gaming market. Provides tips for narrative design and writing tailored specifically for mobile and social game markets. Guides readers along with conclusions that include questions to help the reader in narrative design and/or writing. Explores real games to illustrate theory and best practices with analyses of game case studies per chapter, covering indie, social/mobile, and AAA games. Includes checklists to help readers critique their own narrative design/writing.
In introducing new students to video game development, there are two crucial components to consider: design and implementation. Unity 3D and PlayMaker Essentials: Game Development from Concept to Publishing provides theoretical background on topics such as characters, stories, level design, interface design, audio, game mechanics, and tools and skills needed. Each chapter focuses on a specific topic, with topics building upon each other so that by the end of the book you will have looked into all the subjects relevant to creating your own game. The book transitions from discussion to demonstrations of how to implement techniques and concepts into practice by using Unity3D and PlayMaker. Download boxes are included throughout the book where you can get the version of the game project under discussion or other content to add to the project, as well as any supplementary video tutorials that have been developed. Addressing both theoretical and practical aspects, Unity 3D and PlayMaker Essentials enables you to understand how to create a game by having you make a game. By gradually completing your own design document through the course of the book, you will become familiar with core design principles while learning the practical skills needed to bring your unique game to life.
Follow a walkthrough of the Unity Engine and learn important 2D-centric lessons in scripting, working with image assets, animations, cameras, collision detection, and state management. In addition to the fundamentals, you'll learn best practices, helpful game-architectural patterns, and how to customize Unity to suit your needs, all in the context of building a working 2D game. While many books focus on 3D game creation with Unity, the easiest market for an independent developer to thrive in is 2D games. 2D games are generally cheaper to produce, more feasible for small teams, and more likely to be completed. If you live and breathe games and want to create them then 2D games are a great place to start. By focusing exclusively on 2D games and Unity's ever-expanding 2D workflow, this book gives aspiring independent game developers the tools they need to thrive. Various real-world examples of independent games are used to teach fundamental concepts of developing 2D games in Unity, using the very latest tools in Unity's updated 2D workflow. New all-digital channels for distribution, such as Nintendo eShop, XBox Live Marketplace, the Playstation Store, the App Store, Google Play, itch.io, Steam, and GOG.com have made it easier than ever to discover, buy, and sell games. The golden age of independent gaming is upon us, and there has never been a better time to get creative, roll up your sleeves, and build that game you've always dreamed about. Developing 2D Games with Unity can show you the way. What You'll Learn Delve deeply into useful 2D topics, such as sprites, tile slicing, and the brand new Tilemap feature. Build a working 2D RPG-style game as you learn. Construct a flexible and extensible game architecture using Unity-specific tools like Scriptable Objects, Cinemachine, and Prefabs. Take advantage of the streamlined 2D workflow provided by the Unity environment. Deploy games to desktop Who This Book Is For Hobbyists with some knowledge of programming, as well as seasoned programmers interested in learning to make games independent of a major studio.
OpenGL ES is the standard graphics API used for mobile and embedded systems. Despite its widespread use, there is a lack of material that addresses the balance of both theory and practice in OpenGL ES. JungHyun Han's Introduction to Computer Graphics with OpenGL ES achieves this perfect balance. Han's depiction of theory and practice illustrates how 3D graphics fundamentals are implemented. Theoretical or mathematical details around real-time graphics are also presented in a way that allows readers to quickly move on to practical programming. Additionally, this book presents OpenGL ES and shader code on many topics. Industry professionals, as well as, students in Computer Graphics and Game Programming courses will find this book of importance. Key Features: Presents key graphics algorithms that are commonly employed by state-of-the-art game engines and 3D user interfaces Provides a hands-on look at real-time graphics by illustrating OpenGL ES and shader code on various topics Depicts troublesome concepts using elaborate 3D illustrations so that they can be easily absorbed Includes problem sets, solutions manual, and lecture notes for those wishing to use this book as a course text.
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 |
You may like...
Next-Generation Applications and…
Filipe Portela, Ricardo Queiros
Hardcover
R6,648
Discovery Miles 66 480
Esports Research and Its Integration in…
Miles M. Harvey, Rick Marlatt
Hardcover
R5,333
Discovery Miles 53 330
|