![]() |
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
Game of X v.2 is the story that leads up to Xbox. It is a story of DOS games, Microsoft culture, the crazy stories around the development and promotion of DirectX and the graphics standards that were required for Xbox to happen. Stories based on dozens of interviews include a colorful cast of characters and some solid technical background. The history of games for DOS and the initial challenges of Windows, the surprising source of the earliest Windows games, and much, much more. This is the fascinating prequel to Game of X v.1: Xbox. Key Features Game of X v.2 is the story that leads up to Xbox. It is a story of DOS games, Microsoft culture, the crazy stories around the development and promotion of DirectX and the graphics standards that were required for Xbox to The history of games for DOS and the initial challenges of Windows, the surprising source of the earliest Windows games, and much, much more. This is the fascinating follow-up to Game of X v.1: Xbox Stories based on dozens of interviews include a colorful cast of characters and some solid technical background.
WHAT'S IN YOUR LOADOUT? From boogie bombs to grenades, traps to grapplers, shotguns to assault rifles, Fortnite features a formidable array of weapons to help you rule the roost at Battle Royale. This collectors' edition features all the key items you will have seen in Seasons 1 to 9, in a user-friendly format designed to showcase the best firepower Fortnite has to offer. Which guns will YOU be running with? PLAY TO YOUR STRENGTHS Which weapons to keep an eye out for to suit your personal play style - and how to use them effectively RIDERS ON THE STORM How to combine the right weapons with the right vehicles to stay one step ahead of the pack UNLOCK THE VAULT Travel back in time and remind yourself of fan favourites from seasons past An official handbook from Epic Games, creators of FORTNITE, the BIGGEST gaming brand in the world.
Learn the things you need for a complete game, such as translations and tutorials, and improve the things you've already written to raise their standard to a professional level. This is a practical guide covering every discipline: art, music, writing, and code. In the case of the latter, code examples are included to demonstrate how to implement functionality to make the game shine. Polished Game Development acts as a comprehensive checklist of everything your game should, and should not, do, in order to be as good as it possibly can. It is more than just a book on theoretical game design principles. Explains the difference between a pet project, and a professional one. Covers how to test for the problems and bugs you don't know you'll have. Details simple, but effective, visual improvements that can be done with very little effort. Regardless of platform (web, mobile, or console), or language (C++, C#, JavaScript) there is a wealth of common (and specific) tips within these pages that will enable you to make the most professional games you can. What You Will Learn Learn what essential elements are often missed Stay on-brand, visually and verbally Use audio to enhance your game Improve game balance Test effectively Who This Book Is For Game developers looking for a guide and checklist on how to get their game finished to the highest possible standards. They will know how to write a game, and get it released, but not necessarily how to make it shine. They will be professional developers, indies, university students and graduates.
Get a head start in your game development career with this all-genre guide for absolute beginners. Whether you're into action games, role-playing games, or interactive fiction, we've got you covered. Mostly Codeless Game Development empowers new developers with little or no previous programming experience and explores all major areas of game development in a succinct, entertaining fashion. Have you dreamed of making your own video game? Do you find the prospect daunting? Fear not. A new generation of game engines has emerged. Lengthy and complicated feats of programming are largely a thing of the past in video game development. To create commercially viable games you simply need the right tools, many of which are discussed in this book. A gigantic software team isn't a must-have prerequisite for success. The one-person operation is back. What You Will Learn Master the concepts and jargon used in game creation for the beginner Find the best game development suite for your project Make the most out of related graphics and audio production software Discover video game marketing essentials Who This Book Is For People with no programming experience who desire a career in the video game industry as producers or independent, single-person developers.
A textbook for learning 3d modeling fundamentals, this step-by-step lesson book develops the readers modeling skills through a series of modeling exercises creating modules for a medieval castle environment. As the text introduces new modeling skills it additionally calls on the reader to perform repetitive tasks, reinforcing skills learned in the process. The content is presented as if the reader is in a working video game studio, being responsible for researching asset design, providing the team with placeholder assets, and final model assets that are unwrapped and custom textured. Upon completion of the modeling projects, the modeled environment is exported to the Unity game engine for use in a real game environment, Although the text uses Autodesk 3ds Max for the modeling program, the principals are transferable to other major modeling programs. Key Features: The goal of this book is to teach the fundamentals of 3d modeling video game assets in a simplified, logical progression, optimized for learning at a beginner level. This series of modeling exercises is the result of having taught over one thousand video game students the fundamentals of 3d modeling. Often, teachers are not fully trained in teaching the concepts of 3d modeling. This text, written for self-paced learning helps those instructors. Includes instructions and project files for exporting the finished project environment into a 3d game engine, Unity. Appendices include additional 3ds Max tool instructions. A companion site includes working 3ds Max project files for Chapters, a 3ds Max user interface and 3ds Max short cut keys and more.
This collection of essays is devoted to the philosophical examination of the aesthetics of videogames. Videogames represent one of the most significant developments in the modern popular arts, and it is a topic that is attracting much attention among philosophers of art and aestheticians. As a burgeoning medium of artistic expression, videogames raise entirely new aesthetic concerns, particularly concerning their ontology, interactivity, and aesthetic value. The essays in this volume address a number of pressing theoretical issues related to these areas, including but not limited to: the nature of performance and identity in videogames; their status as an interactive form of art; the ethical problems raised by violence in videogames; and the representation of women in videogames and the gaming community. The Aesthetics of Videogames is an important contribution to analytic aesthetics that deals with an important and growing art form.
Ready to give your design skills a real boost? This eye-opening book helps you explore the design structure behind most of today's hit video games. You'll learn principles and practices for crafting games that generate emotionally charged experiences - a combination of elegant game mechanics, compelling fiction, and pace that fully immerses players. In clear and approachable prose, design pro Tynan Sylvester also looks at the day-to-day process necessary to keep your project on track, including how to work with a team, and how to avoid creative dead ends. Packed with examples, this book will change your perception of game design. Create game mechanics to trigger a range of emotions and provide a variety of play Explore several options for combining narrative with interactivity Build interactions that let multiplayer gamers get into each other's heads Motivate players through rewards that align with the rest of the game Establish a metaphor vocabulary to help players learn which design aspects are game mechanics Plan, test, and analyze your design through iteration rather than deciding everything up front Learn how your game's market positioning will affect your design
Build your very own 2D physics-based game engine simulation system for rigid body dynamics. Beginning from scratch, in this book you will cover the implementation technologies, HTML5 and JavaScript; assemble a simple and yet complete fundamental mathematics support library; define basic rigid body behaviors; detect and resolve rigid body collisions; and simulate collision responses after the collisions. In this way, by the end of Building a 2D Game Physics Engine, you will have an in-depth understanding of the specific concepts and events, implementation details, and actual source code of a physics game engine that is suitable for building 2D games or templates for any 2D games you can create and can be played across the Internet via popular web-browsers. What You'll Learn Gain an understanding of 2D game engine physics and how to utilize it in your own games Describe the basic behaviors of rigid bodies Detect collisions between rigid bodies Resolve interpretations after rigid body collisions Model and implement rigid body impulse responses Who This Book Is For Game enthusiasts, hobbyists, and anyone who is interested in building their own 2D physics game engines but is unsure of how to begin.
Develop games using the JavaScript web scripting language. This compact short book will help you learn how to use modern JavaScript to make games for web browsers. They're effortless to use and they work everywhere. If you've ever wanted to make a game, join author Christopher Pitt. You'll start with nothing and build fun games, in no time at all. What You'll Learn Make a game using JavaScript Master the game loop Handle player input, collision detection, gravity, ladders, and stairs Work with camera locking, mobs, and health Manage game inventory Handle mapping and more Who This Book Is For Those who are new to game development with some experience with JavaScript and web development.
Learn the fundamentals of Godot by diving headfirst into creating a 2D platformer from scratch. This book is a hands-on, practical guide to developing 2D games using the Godot Engine 3.2.3/3.3, with the help of GDScript. Author Maithili Dhule begins by explaining some basic tools and techniques used to make games, the factors that need to be considered while choosing a game engine, and pointing out the benefits of using Godot. She then walks you through downloading the engine and guides you as you explore key features of its interface. Next, you'll receive a concise introduction to the basics of GDScript, the main scripting language used in Godot, before moving on to essential topics such as Godot's node-scene architecture, the interaction of various physics bodies, the creation of game scenes, and writing scripts. As the book progresses, you'll learn how to create and animate your game character, design the game world, add enemies, and implement a coin-collection system. You'll also see how the user's gaming experience can be enhanced through the addition of parallax backgrounds, a title screen, music, and sound effects. Toward the end of the book, you'll learn how to export your game to different platforms, both mobile and PC, as well as possible avenues for monetizing the game. Throughout the book, theoretical concepts are supplemented with concrete, ready-to-implement examples that you can try out. Upon finishing this book, you'll be able to make and publish your first 2D platform game. Beginning Game Development with Godot is for game development enthusiasts of all levels interested in creating their own games. What You Will Learn Understand the Godot engine and the benefits of using it for game development Master the fundamentals of programming in GDScript Use the Godot graphical interface to design and animate players, the game world, menus, and various games scenes Create your first 2D game in Godot and publish it to various platforms Who This Book Is For Aspiring game developers who may be new to game development, as well as experts exploring the potential of the Godot Engine.
Get a gentle introduction to the Cocos2d-JS framework to begin working with sprite manipulations, animations, and other 2d game development topics. This book covers environment setup and getting started with a framework that works seamlessly across all browsers. Rapid Game Development Using Cocos2d-JS teaches you the overall architecture of Cocos2d-JS and explains the internal working of the framework. You will dive deep into sprites, the most important entity in Cocos2d-JS, animation APIs, and primitive shapes. You'll also learn about the Cocos2d-JS UI system to get a head start in 2d game development. Finally, you'll discover the features of Chipmunk (the built-in physics engine) with full examples. What You'll Learn Get a simple head start in Cocos2d-JS Gain an architectural overview of the different blocks of the framework Master sprites, spritesheets, and frame animation Work with the event system in Cocos2d-JS Discover the animation APIs in Cocos2d-JS Leverage the built-in physics engine Who This Book Is For Beginners looking to develop cross-platform mobile/web games with cocos2d-js, developers with intermediate skills on cocos2d-js looking for the reference.
This follow-up volume to MMOs from the Inside Out is a further collection of bold ideas, information, and instruction from one of the true pioneers of Massively-Multiplayer Online Role-Playing Games. Whereas its predecessor looked at how MMOs can change the world, MMOs from the Outside In: How Psychology, Law, Culture and Real Life see Massively-Multiplayer Role-playing Games looks at how the world can change MMOs - and not always for the better. The aim of this book is to inform an up-coming generation of designers, to alert and educate players and designers-to-be, and to caution those already working in the field who might be growing complacent about society's acceptance of their chosen career. Playing and creating MMOs does not happen in a bubble. MMOs are so packed with potential that those who don't understand them can be afraid, and those who do understand them can neglect their wider impact. Today's examples are little more than small, pioneering colonies on the shore of a vast, uncharted continent. What monsters lurk beyond the horizon? What horrors will explorers bring back to torment us? MMOs from the Outside In is for people with a spark of curiosity: it pours gasoline on that spark. It:* Explains how MMOs are perceived, how they could - and perhaps should - be perceived, and how the can contribute to wider society.* Delves into what researchers think about why players play.* Encourages, enthuses, enrages, engages, enlightens, envisions, and enchants.* Doesn't tell you what to think, it tells you to think. What You Will Learn:* The myriad challenges facing MMOs - and to decide for yourself how to address these challenges.* What MMOs bring to the world that it didn't have before.* How MMOs are regarded, and what this means for how they will be regarded in future.* That playing and designing MMOs has implications for those who don't play or design them. Whom This Book is For:MMOs from the Outside In is a book for those who wish to know more about the wider influence of game design in general and MMO design in particular. It's for people who play MMOs, for people who design MMOs, and for people who study MMOs. It's for people with a yearning to see beyond the worlds of their imagination and to change the world around them.
GameGuru is an entry-level engine designed to be easy to use as well as being extremely accessible for the user. This book gives users the information needed to access the full depth of features available in the program. Details on how to perform more complex tasks are not found easily anywhere else or in any of the GameGuru documentation. This book will cover all of the common topics including building levels, coding, AI and more. Key Features The only book the fully covers the GameGuru engine. Includes robust documentation to perform complex tasks that are not outlined anywhere else. Includes level building, coding, AI and more. Included are scripts and demo maps for readers to learn from. GameGuru is the ultimate start-to-finish guide
Beginning Java 8 Games Development, written by Java expert and author Wallace Jackson, teaches you the fundamentals of building a highly illustrative game using the Java 8 programming language. In this book, you'll employ open source software as tools to help you quickly and efficiently build your Java game applications. You'll learn how to utilize vector and bit-wise graphics; create sprites and sprite animations; handle events; process inputs; create and insert multimedia and audio files; and more. Furthermore, you'll learn about JavaFX 8, now integrated into Java 8 and which gives you additional APIs that will make your game application more fun and dynamic as well as give it a smaller foot-print; so, your game application can run on your PC, mobile and embedded devices. After reading and using this tutorial, you'll come away with a cool Java-based 2D game application template that you can re-use and apply to your own game making ambitions or for fun.
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.
This short book walks you through the process of creating mobile games using the new Android Studio IDE. Android Studio Game Development introduces you to the key tools in Android Studio and gives you the knowledge you need to develop games in Android Studio. This book takes you from installing Android Studio, through exploring the IDE to creating a new project and setting up GitHub as a VCS. You'll then be well equipped to tackle the game-development topics that make up the rest of the book. You'll learn about OpenGL ES and how to deal with polygons, before mastering image loading and sprite sheets. The final three chapters cover topics vital to successful game development: interactivity. You'll gain skills in reading user input, responding to that input with in-game movement, and detecting collisions. You'll learn: How to create projects in Android Studio How to use the SDK manager to keep your Android SDK current How to commit to and get projects from GitHub How to use OpenGL ES to load images How to react to player input How to debug your games using Android Studio Audience This book is for those who may be new to game development who have some experience with Android Studio IDE and Android. To learn about Android Studio, check out Learn Android Studio IDE by Gerber and Craig (Apress).
This is an astonishing collection of ideas, information, and instruction from one of the true pioneers of Massively-Multiplayer Online Role-Playing Games. MMOs from the Inside Out: The History, Design, Fun, and Art of Massively-Multiplayer Role-playing Games speaks to the designers and players of MMOs, taking it as axiomatic that such games are inspirational and boundless forces for good. The aim of this book is to enthuse an up-coming generation of designers, to inspire and educate players and designers-to-be, and to reinvigorate those already working in the field who might be wondering if it's still all worthwhile. Playing MMOs is about fun, immersion, and identity. Creating MMOs is about imagination, expression, and art. MMOs are so packed with potential that today's examples are little more than small, pioneering colonies on the shore of a vast, uncharted continent. What wonders wait beyond the horizon? What treasures will explorers bring back to amaze us? MMOs from the Inside Out is for people with a spark of creativity: it pours gasoline on that spark. It: Explains what MMOs are, what they once were, and what they could - and should - become. Delves into why players play, and why designers design. Encourages, enthuses, enrages, engages, enlightens, envisions, and enchants. Doesn't tell you what to think, it tells you to think. What You Will Learn: Myriad ways to improve MMOs - and to decide for yourself whether these are improvements. What MMOs are; who plays them, and why. How MMOs became what they are, and what this means for what they will become. That you have it in you to make MMOs yourself. Whom This Book is For:MMOs from the Inside Out is a book for those who wish to know more about game design in general and MMO design in particular. It's for people who play MMOs, for people who design MMOs, and for people who study MMOs. It's for people with a yearning to see beyond the world around them and to make manifest the worlds of their imagination.
With Learn Sprite Kit for iOS Game Development, you'll discover how easy it is to create 2D games using the new Sprite Kit framework from Apple. You'll find how simple it is to create a scene, add animated sprites, incorporate edges, play sound effects, and create animated particles for special effects. You'll also use touch events to control your sprites, implement the built-in physics engine, handle sprite collisions and contacts, and much more. To help you in learning how to use all these cool features of Sprite Kit, you'll follow along as we build a complete 2D game for iPhone. By the time you finish the book, you'll have made your own 2D game, and you'll have learned all you need to know to get started on your next masterpiece.What you'll learn * How to add animated sprites to your game scene * Using TouchEvents to have your sprite react to touch input * How to apply realistic physics to your game scene and characters * Handling sprite collisions and contacts with other game elements * Adding game logic for sprite interaction, scoring, levels, and more * Adding a second player and using GameKit Who this book is for Beginning developers who have some understanding of object-oriented programming as well as intermediate iOS developers who want to get up to speed quickly with Sprite Kit.
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.
As this comprehensive and multidisciplinary book makes clear, virtuality has a pedigree that pre-dates the computer age and modern virtual worlds, a pedigree that can be traced back to classical mythology and beyond. Equally, the concept of virtuality is not the province of one field of study alone but is the foundation and driving force of many, both theoretical and applied. Our conceptualizations and applications of virtuality are multiple, as contributors demonstrate across the nine sections of the book that move from philosophy to technologies and applications before returning to philosophy again for a discussion of the utopias and dystopias of virtuality. The almost 50 essays contained within range freely across subjects that include the potential of virtuality, ethics, virtuality and self, presence and immersion, virtual emotions, image, sound and literature, computer games, AI and A-Life, Augmented Reality and Real Virtuality, law and economics, medical and military applications, religion, and cybersex. Throughout, contributors discuss differences between virtuality, reality, and actuality, in debates filtered through the lenses of the disciplines represented here, and speculate on future directions. It is not at all clear that there are differences and, if such distinctions are to be found, the boundaries between virtuality, reality, and actuality continually shift as ideas, modes of organization, and behaviors constantly flow from one to the other regardless of direction. The Handbook presents no unified definition of virtuality to comfort the reader, rather a multiplicity of questions and approaches underpinned by provocative statements that should further fuel the debates surrounding our notions of virtuality.
Combining actionable, real-world source code with graphics, Pro Android Games, Third Edition shows you how to build more sophisticated and addictive Android game apps with minimum effort. Harness the power of the latest Android 5.0 SDK to bring countless legendary, action-packed PC games to the Android platform. With actionable real-world source code, this one of a kind book shows you how to build more sophisticated and addictive Android game apps, by leveraging the power of the recent advancements found in the new Android 5.0 software development kit as well as those you've counted on in earlier releases. Multi-touch code gives these games and their players dynamic input and exchange ability, for a more realistic arcade game experience. Faster and better performance offers Android game players a more seamless, fun arcade experience like never before. There is also improved native C/C++ integration with Android's NDK as well, which makes coding, compiling, and converting both productive and efficient with gains in app performance. Pro Android Games, Third Edition features the following improvements: Updates to the latest version of the Android SDK, NDK, plus the latest Android Studio and Eclipse IDEs Greater focus on tablets, ever changing device resolutions, and hardware specs Native game development and hardware accelerated graphics Bigger and better real world engines, such as Quake I and II plus an oldie from the previous edition: Doom Coverage of the new Android TV SDK APIs, UI, UX, multi-touch and multi-tasking features available with the Android 5.0 release Advanced techniques for improving your game playing experience including better multi-tasking, improved performance optimization, battery management and more A "Quake 3D"-like game app case study You'll definitely have fun, and perhaps you'll even make some money. Enjoy! In the last few years, Android has progressed with the debut of better fonts, new User Interface and Experience (UI/UX) APIs, tablet considerations, multi-touch capabilities, multi-tasking, faster performance, improved battery management techniques, and now the new Android TV SDK Apps for the Android game app developer repertoire. |
You may like...
C# 2.0 - Practical Guide for Programmers
Michel de Champlain, Brian G. Patrick
Paperback
R975
Discovery Miles 9 750
Bits and Atoms - Information and…
Steven Livingston, Gregor Walter-Drop
Hardcover
R3,836
Discovery Miles 38 360
|