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
Learn the fundamental elements of the new Swift 3 programming language as applied to game development for new iOS 10. In Part 1 of this book, you'll start with a basic 2D game idea and build the game throughout the book introducing each SpriteKit topic as you add new functionality to the game. By the end of the book, you'll have experience with all the important SpriteKit topics and have a fully functional game as a result. In Part 2, you'll learn 3D game development using Apple's SceneKit framework and the Swift programming language, following the same pattern used for Part 1. Game apps are one of the most popular categories in the Apple iTunes App Store. In response, James Goodwill and Wesley Matlock bring you Beginning Swift Games Development for iOS, Third Edition an update to their best-selling work. After reading and using this book, you'll have the skills and the code to build your first 2D and then 3D game app that you can run on any iOS-enabled device. What you'll learn Discover what's in the new Swift 3 programming language Apply Swift 3 to iOS 10 and 9 game development Build a 2D game app using SpriteKit and Swift Build a 3D game from 2D using SceneKit and Swift Who this book is for iOS app developers new to Swift or for those thinking of trying iOS game app development for the very first time.
Whether trying to land that first big gig or working to perfect the necessary skills to fill a game world with sound, Aaron Marks' Complete Guide to Game Audio 3rd edition will teach the reader everything they need to know about the audio side of the multi-million dollar video game industry. This book builds upon the success of the second edition with even more expert advice from masters in the field and notes current changes within the growing video game industry. The tools of the trade excerpts will showcase what professionals, like Marty O'Donnell, Richard Jacques and Tom Salta, use to create their work and to help newcomers in the field prepare their own sound studios. Sample contracts are reviewed within the text as well as helpful advice about contractual terms and negotiable points. These sample contracts can also be found as a downloadable zip for the reader's convenience. Aaron Marks also explores how to set your financial terms and network efficiently along with examples of how projects can go completely awry and achieving the best results in often complicated situations. Aaron Marks' Complete Guide to Game Audio serves as the ultimate survival guide to navigating an audio career in the video game industry. Key Features New, full color edition with a complete update of information. Added and expanded coverage of field recording for games, creating voiceovers, adaptive and interactive audio and other cutting edge sound creation and implementation techniques used within games. Update/Replacement of interviews. Include interviews/features on international game audio professionals New and expanded interview features from game composers and sound designers of every experience level such as Keith Arem, Bradley Meyer, Christopher Tin and Rodney Gates including many international professionals like Pasi Pitkanen, Henning Nugel and Christos Panayides. Expanded and updated game console coverage of the Wii, Wii U, Xbox 360, Xbox One, PS3 and PS4. Includes new scripting and middleware concepts and techniques and review of powerful tools such as FMOD and Wwise.
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.
Gain the skills required to create fun and compelling games using GameMaker: Studio, and its GML programming language. In this full-color book you'll learn 24 practical programming elements that are important when creating any game. Each section includes an introduction to a new programming element, some examples, a worksheet, and mini projects to allow you to test your new knowledge. After completing all elements, you will put into action what you have learned in a classic arcade style game. In Practical GameMaker: Studio, you will create a fully featured game, with guidance and in color, using version 1.4. After each section you'll see how you'll apply what you've learned to the final game, and discover additional projects to try. These mini projects include a separate scoring guide, and a working example for each, which is useful if you're using this book in an educational environment. Similarly, the book also contains a number of assignments, which you may include as part of any associated coursework in your classes. What You Will Learn Use GameMaker: Studio and GameMaker Language (GML) to create games Work with GML variables, conditionals, drawing, keyport I/O, objects, and events Create GML sprites, health/lives, alarms, collisions, and rooms Improve your game with GML backgrounds, sound and music, splash screens and menus, and effects< Include GML random and AI movements in your game Use GML loops, arrays, ds_lists, paths, and scripts Who This Book Is For Experienced game developers new to GameMaker or for those with at least some prior exposure or experience with GameMaker: Studio but who are new to GML.
This compact book introduces the concepts of Java lambdas and parallel streams in a concise form. It begins by introducing new supporting features such as functional interfaces, default methods and more. After this, the author demonstrates how streams can be parallelized in a very simple way-within certain limits, no knowledge about the thread management is needed. Nevertheless, some basic elements in the context of parallelism need to be considered. Here, the book provides a variety of information and best practices. What You Will Learn Master lambdas and streams Work with the default method Harness streams and the stream() function Use Stream and Spliterator Take advantage of parallel streams Work with collectors and concurrency Who This Book Is For Experienced Java programmers and developers. div>
Create a game for the Windows Phone market with a heavy emphasis placed on optimization and good design decisions. While doing so, you will be introduced to key Unity concepts and functionality, weigh the pros and cons of various possibilities, and gain a good working knowledge of scripting in the Unity environment using both JavaScript and C#. Learn Unity for Windows 10 Game Development starts by exploring the Unity editor and experimenting with staple game functionality. If you are new to scripting or just new to C#, you will be able to investigate syntax, commonly used functions, and communication required to bring your ideas to life. With the book's included art assets, you will learn the ins and outs of asset choices and management while making use of Unity's 2D physics, Shuriken particle systems and Mecanim's character and state management tools. Finally, you will bring it all together to create a multi-level game as you learn how to incorporate mobile specific functionality, test on a Windows Phone device, and others for Windows 10 and ultimately, publish your game to the Windows App Store. What You Will Learn Learn C# basics for Unity Work with the Unity Editor Manage assets Use the Mecanim animation system and 2D features and physics Who This Book Is For Game developers, hobbyists and game dev students who are new to Unity or Windows Mobile game development or both. JavaScript and C# experience are helpful, but C# experience is not required.
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.
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 how to build a game using Platino Studio. Follow step-by-step basics to create an app, and then add different functionalities and game logic. With Beginning Platino Game Engine you will be able to develop UWP apps using the Processing JS language. You also will be introduced to Temboo and extending the processing language to IoT. What You'll Learn: Develop using the Platino game engine Build UWP apps using the Processing JS language Extend the processing language to IoT with Temboo Who Is this Book for: Indie game developers, app developers interested in games, and students new to the Platino game engine and perhaps new to game development.
Though in existence for only a few decades, video games are now firmly established in mainstream culture all around the planet. Every year new games are produced, and every year new favorites emerge. But certain characters have become so iconic that they withstand both time and the shifting interests of players. Such creations permeate other elements of popular culture-from graphic novels to film-and are known not only to dedicated gamers but to the general public as well. In 100 Greatest Video Game Characters, readers can learn about some of the most popular and influential figures that have leapt from computer monitors and television screens and into the public consciousness. The entries in this volume provide general facts about the characters as well as explore their cultural significance. The entries include the following information: *Game developer *Year character was established *Video game franchise In addition, the book examines the commonalities of various video game characters to help readers better understand their popularity and how they operate within the video games and the industry itself. Whether casually looking up information on video game characters or researching what these icons says about society, readers will enjoy this entertaining and informative volume. Comprehensive and engaging, 100 Greatest Video Game Characters will appeal to fans and scholars alike.
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.
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.
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.
Updated for RPG Maker MV using JavaScript, Make a 2D RPG in a Weekend shows you how to create your very own dungeon crawler game in RPG Maker MV in a single weekend. The entire process, from start to finish, is covered within this book. You will see a variety of dungeon maps and events, all broken down for your convenience.One of the hardest parts of game development is actually finishing a game, but it is also one of the most important steps on the way to becoming a game developer. If you have yet to finish a game, this book will give you the confidence and resources you need to finally be able to create your very own RPG. Once you've completed the game in this book, you'll be able to modify it as much as you like, adding new monsters and quests, and you'll have the skills to go on to create your second game all by yourself. Among the topics covered in this book are: Creating various types of enemy encounters via the use of the eventing system, and JavaScript replacing the old Ruby commands. Creating a special area that allows the player to pick their character of choice instead of being forced to play a particular character. Clever uses of events to create items that allow the player to return to town instantly and summon vehicles to their side. What You'll Learn: Create playable characters that have different attributes and play styles. Create a wide variety of weapons, armors, and items for the player to purchase, find, and use. JavaScript is now used throughout. Design dungeon levels with specific goals in mind. Create treasure chests with random contents or contents based on the player's character. Create doors that require keys or puzzles to unlock. Create a variety of enemy encounters. Who This Book is For: Make a 2D RPG in a Weekend is for anyone who has ever wanted to create a game from scratch. All you need is this book and a copy of RPG Maker MV.
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.
How can video games challenge us to think more deeply about our reality, faith, and community? Since the advent of video games in the 1960s, they have become the common experience of everyone from Gen-X to the Millennial and post-Millennial generations. While many of today's clergy, parishioners, and theologians grew up gaming, the church's stance regarding video games is one of, at best, bemusement. This book takes seriously the idea that video games can challenge us to think more deeply about our reality, divinity, faith, and each other. It draws readers into a small, but growing, conversation about models of incarnation and what it means to distinguish between the virtual and the real. This book will introduce readers to concepts and questions from the perspective of a Christian systematic theologian who has been playing games since he was four years old, and who has been writing, speaking, and podcasting about this topic since 2010. It is an invitation into a relatively new conversation about divinity, humanity, and technology.
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).
"Concepts of game programming are explained well, and no prior knowledge of Swift language programming is required. ... The images and audio provided are professional and clean." William Fahle, Computing Review, May 31, 2016 Swift Game Programming for Absolute Beginners teaches Apple's Swift language in the context of four, fun and colorful games. Learn the Swift 2.0 language, and learn to create game apps for iOS at the same time - a double win! The four games you'll develop while reading this book are: Painter Tut's Tomb Penguin Pairs Tick Tick These four games are casual, arcade-style games representing the aim-and-shoot, casual, puzzle, and platform styles of game play. Professionally developed game assets form part of the book download. You'll get professionally drawn sprites and imagery that'll have you proud to show your learning to friends and family. The approach in Swift Game Programming for Absolute Beginners follows the structure of a game rather than the syntax of a language. You'll learn to create game worlds, manage game objects and game states, define levels for players to pass through, implement animations based upon realistic physics, and much more. Along the way you'll learn the language, but always in the context of fun and games. Swift is Apple's new programming language introduced in 2014 to replace Objective-C as the main programming language for iOS devices and Mac OS X. Swift is a must learn language for anyone targeting Apple devices, and Swift Game Programming for Absolute Beginners provides the most fun you'll ever have in stepping over the threshold toward eventual mastery of the language.
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.
Beginning Python Games Development, Second Edition teaches you how to create compelling games using Python and the PyGame games development library. It will teach you how to create visuals, do event handling, create 3D games, add media elements, and integrate OpenGL into your Python game. In this update to the first ever book to cover the popular open source PyGame games development library, you'll stand to gain valuable technical insights and follow along with the creation of a real-world, freely downloadable video game. Written by industry veterans and Python experts Will McGugan and Harrison Kinsley, this is a comprehensive, practical introduction to games development in Python. You can also capitalize upon numerous tips and tricks the authors have accumulated over their careers creating games for some of the world's largest game developers.
How do you make a video game? Advanced Game Design with HTML5 and JavaScript is a down to earth education in how to make video games from scratch, using the powerful HTML5 and JavaScript technologies. This book is a point-by-point round up of all the essential techniques that every game designer needs to know. You'll discover how to create and render game graphics, add interactivity, sound, and animation. You'll learn how to build your own custom game engine with reusable components so that you can quickly develop games with maximum impact and minimum code. You'll also learn the secrets of vector math and advanced collision detection techniques, all of which are covered in a friendly and non-technical manner. You'll find detailed working examples, with hundreds of illustrations and thousands of lines of source code that you can freely adapt for your own projects. All the math and programming techniques are elaborately explained and examples are open-ended to encourage you to think of original ways to use these techniques in your own games. You can use what you learn in this book to make games for desktops, mobile phones, tablets or the Web. Advanced Game Design with HTML5 and JavaScript is a great next step for experienced programmers or ambitious beginners who already have some JavaScript experience, and want to jump head first into the world of video game development. It's also great follow-up book for readers of Foundation Game Design with HTML5 and JavaScript (by the same author) who want to add depth and precision to their skills. The game examples in this book use pure JavaScript, so you can code as close to the metal as possible without having to be dependent on any limiting frameworks or game engines. No libraries, no dependencies, no third-party plugins: just you, your computer, and the code. If you're looking for a book to take your game design skills into the stratosphere and beyond, this is it!
Make a 2D RPG in a Weekend shows you how to create your very own dungeon crawler game in RPG Maker VX Ace in a single weekend. The entire process, from start to finish, is covered within this book. You will see a variety of dungeon maps and events, all broken down for your convenience.One of the hardest parts of game development is actually finishing a game, but it is also one of the most important steps on the way to becoming a game developer. If you have yet to finish a game, this book will give you the confidence and resources you need to finally be able to create your very own RPG. Once you've completed the game in this book, you'll be able to modify it as much as you like, adding new monsters and quests, and you'll have the skills to go on to create your second game all by yourself. Among the topics covered in this book are: * Creating various types of enemy encounters via the use of the eventing system. * Creating a special area that allows the player to pick their character of choice instead of being forced to play a particular character. * Clever uses of events to create items that allow the player to return to town instantly and summon vehicles to their side. |
You may like...
Auroboros: Coils of the Serpent…
Warchief Gaming, Chris Metzen
Hardcover
|