Narrow your search

Library

Odisee (21)

Thomas More Kempen (21)

Thomas More Mechelen (21)

UCLL (21)

VIVES (21)

LUCA School of Arts (17)

VUB (17)

KU Leuven (4)

UGent (4)

ULB (4)

More...

Resource type

book (21)


Language

English (21)


Year
From To Submit

2016 (21)

Listing 1 - 10 of 21 << page
of 3
>>
Sort by

Book
Cocos2d cross-platform game development cookbook : develop games for iOS and Android using Cocos2d with the aid of over 70 step-by-step recipes
Author:
ISBN: 1784390445 9781784390440 1784393231 9781784393236 9781784393236 1784393231 Year: 2016 Publisher: Birmingham : Packt Publishing,

Loading...
Export citation

Choose an application

Bookmark

Abstract


Book
Learning AWS Lumberyard game development : create stunning 3D multiplayer games with integrated cloud-based features
Author:
ISBN: 1786468859 9781786468857 9781786460868 1786460866 Year: 2016 Publisher: Birmingham, England ; Mumbai, [India] : Packt Publishing,

Loading...
Export citation

Choose an application

Bookmark

Abstract


Book
Learning C# by developing games with unity 5.x : develop your first interactive 2D platformer game by learning the fundamentals of C#
Author:
ISBN: 1785287850 9781785287855 9781785287596 1785287591 9781785287596 Year: 2016 Publisher: Birmingham : Packt Publishing,

Loading...
Export citation

Choose an application

Bookmark

Abstract


Book
Unity 5.x Game AI programming cookbook : build and customize a wide range of powerful Unity AI systems with over 70 hands-on recipes and techniques
Author:
ISBN: 1783553588 9781783553587 178355357X 9781783553570 9781783553570 Year: 2016 Publisher: Birmingham : Packt Publishing,

Loading...
Export citation

Choose an application

Bookmark

Abstract


Book
Procedural content generation for Unity game development : harness the power of procedural content generation to design unique games with Unity
Author:
ISBN: 1785289675 9781785289675 9781785287473 1785287478 Year: 2016 Publisher: Birmingham : Packt Publishing,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Harness the power of procedural content generation to design unique games with Unity About This Book Learn the basics of PCG development Develop a 2D game from start to finish Explore all the different ways PCG can be applied in games Who This Book Is For This book is for Unity game developers, especially those who work on indie games. You should be familiar with Unity and C# scripting but you'll be able to jump in and start learning PCG straightaway. What You Will Learn Understand the theory of Procedural Content Generation Learn the uses of Pseudo Random Numbers Create reusable algorithm designs for PCG Evaluate the data structures for PCG Develop smaller games with larger amounts of content Generate content instead of spending time designing every minute detail Learn when and how to add PCG to your game Learn the fundamental techniques of PCG In Detail Procedural Content Generation is a process by which game content is developed using computer algorithms, rather than through the manual efforts of game developers. This book teaches readers how to develop algorithms for procedural generation that they can use in their own games. These concepts are put into practice using C# and Unity is used as the game development engine. This book provides the fundamentals of learning and continued learning using PCG. You'll discover the theory of PCG and the mighty Pseudo Random Number Generator. Random numbers such as die rolls and card drafting provide the chance factor that makes games fun and supplies spontaneity. This book also takes you through the full development of a 2D game. Starting with level generation, you'll learn how PCG can make the game environment for you. You'll move into item generation and learn the different techniques to procedurally create game items. Thereafter, you'll be guided through the more abstract PCG areas such as scaling difficulty to the player and even generating music! The book helps you set up systems within your games where algorithms create computationally generated levels, art assets, quests, stories, characters, and weapons; these can substantially reduce the burden of manually creating every aspect of the game. Finally, you'll get to try out your new PCG skills on 3D terrain generation. Style and approach An easy-to-follow, project-based guide that will let you build a complete game by the end of the book using PCG.


Book
Mastering Unity 2D game development : master everything you need to build a 2D game using Unity 5 by developing a complete RPG game framework!
Authors: ---
ISBN: 1786462338 9781786462336 9781786463456 1786463458 Year: 2016 Publisher: Birmingham, England : Packt Publishing,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Master everything you need to build a 2D game using Unity 5 by developing a complete RPG game framework! About This Book Explore the new features of Unity 5 and recognize obsolete code and elements. Develop and build a complete 2D retro RPG with a conversation system, inventory, random map battles, full game menus, and sound. This book demonstrates how to use the new Unity UI system effectively through detailed C# scripts with full explanations. Who This Book Is For This book is for anyone looking to get started developing 2D games with Unity 5. If you're already accomplished in Unity 2D and wish to expand or supplement your current Unity knowledge, or are working in 2D in Unity 4 and looking to upgrade Unity 5, this book is for you. A basic understanding of programming logic is needed to begin learning with this book, but intermediate and advanced programming topic are explained thoroughly so that coders of any level can follow along. Previous programming experience in C# is not required. What You Will Learn Create a 2D game in Unity 5 by developing a complete retro 2D RPG framework. Effectively manipulate and utilize 2D sprites. Create 2D sprite animations and trigger them effectively with code. Write beginning to advanced-level C# code using MonoDevelop. Implement the new UI system effectively and beautifully. Use state machines to trigger events within your game. In Detail The Unity engine has revolutionized the gaming industry, by making it easier than ever for indie game developers to create quality games on a budget. Hobbyists and students can use this powerful engine to build 2D and 3D games, to play, distribute, and even sell for free! This book will help you master the 2D features available in Unity 5, by walking you through the development of a 2D RPG framework. With fully explained and detailed C# scripts, this book will show you how to create and program animations, a NPC conversation system, an inventory system, random RPG map battles, and full game menus. After your core game is complete, you'll learn how to add finishing touches like sound and music, monetization strategies, and splash screens. You'll then be guided through the process of publishing and sharing your game on multiple platforms. After completing this book, you will have the necessary knowledge to develop, build, and deploy 2D games of any genre! Style and approach This book takes a step-by-step practical tutorial style approach. The steps are accompanied by examp...


Book
Building a 3D game with LibGDX : learn how to build an exciting 3D game with LibGDX from scratch
Authors: --- ---
ISBN: 1785280295 9781785280290 1785288415 9781785288418 9781785288418 Year: 2016 Publisher: Birmingham : Packt Publishing,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Learn how to build an exciting 3D game with LibGDX from scratch About This Book Implement an exhaustive list of features that LibGDX unleashes to build your 3D game. Write, test, and debug your application on your desktop and deploy them on multiple platforms. Gain a clear understanding of the physics behind LibGDX and libraries like OpenGL and WebGL that make up LibGDX. Who This Book Is For If you are a game developer or enthusiasts who want to build 3D games with LibGDX, then this book is for you. A basic knowledge of LibGDX and Java programming is appreciated. What You Will Learn Learn the potential of LibGDX in game development Understand the LibGDX architecture and explore platform limitation and variations Explore the various approaches for game development using LibGDX Learn about the common mistakes and possible solutions of development Discover the 3D workflow with Blender and how it works with LibGDX Implement 3D models along with textures and animations into your games Familiarize yourself with Scene2D and its potential to boost your game’s design In Detail LibGDX is a hugely popular open source, cross-platform, Java-based game development framework built for the demands of cross-platform game development. This book will teach readers how the LibGDX framework uses its 3D rendering API with the OpenGL wrapper, in combination with Bullet Physics, 3D Particles, and Shaders to develop and deploy a game application to different platforms You will start off with the basic Intellij environment, workflow and set up a LibGDX project with necessary APIs for 3D development. You will then go through LibGDX’s 3D rendering API main features and talk about the camera used for 3D. Our next step is to put everything together to build a basic 3D game with Shapes, including basic gameplay mechanics and basic UI. Next you will go through modeling, rigging, and animation in Blender. We will then talk about refining mechanics, new input implementations, implementing enemy 3D models, mechanics, and gameplay balancing. The later part of this title will help you to manage secondary resources like audio, music and add 3D particles in the game to make the game more realistic. You will finally test and deploy the app on a multitude of different platforms, ready to start developing your own titles how you want! Style and approach A step by step guide on building a 3D game with LibGDX and implementing an exhaustive list of features that you would wish to incorpo...


Book
Procedural content generation for C++ game developmen : get to know techniques and approaches to procedurally generate game content in C++ using Simple and Fast Multimedia Library.
Author:
ISBN: 1785886355 9781785886355 9781785886713 1785886711 Year: 2016 Publisher: Birmingham : Packt Publishing,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Get to know techniques and approaches to procedurally generate game content in C++ using Simple and Fast Multimedia Library About This Book This book contains a bespoke Simple and Fast Multimedia Library (SFML) game engine with complete online documentation Through this book, you'll create games that are non-predictable and dynamic and have a high replayability factor Get a breakdown of the key techniques and approaches applied to a real game. Who This Book Is For If you are a game developer who is familiar with C++ and is looking to create bigger and more dynamic games, then this book is for you. The book assumes some prior experience with C++, but any intermediate concepts are clarified in detail. No prior experience with SFML is required. What You Will Learn Discover the systems and ideology that lie at the heart of procedural systems Use Random number generation (RNG) with C++ data types to create random but controlled results Build levels procedurally with randomly located items and events Create dynamic game objects at runtime Construct games using a component-based approach Assemble non-predictable game events and scenarios Operate procedural generation to create dynamic content fast and easily Generate game environments for endless replayability In Detail Procedural generation is a growing trend in game development. It allows developers to create games that are bigger and more dynamic, giving the games a higher level of replayability. Procedural generation isn't just one technique, it's a collection of techniques and approaches that are used together to create dynamic systems and objects. C++ is the industry-standard programming language to write computer games. It's at the heart of most engines, and is incredibly powerful. SFML is an easy-to-use, cross-platform, and open-source multimedia library. Access to computer hardware is broken into succinct modules, making it a great choice if you want to develop cross-platform games with ease. Using C++ and SFML technologies, this book will guide you through the techniques and approaches used to generate content procedurally within game development. Throughout the course of this book, we'll look at examples of these technologies, starting with setting up a roguelike project using the C++ template. We'll then move on to using RNG with C++ data types and randomly scattering objects within a game map. We will create simple console examples to implement in a real game by creating unique and rando...


Book
OpenGL game development by example : design and code your own 2D and 3D game efficiently using OpenGL and C++
Authors: ---
ISBN: 1783288205 9781783288205 1783288191 9781783288199 1783288191 9781783288199 Year: 2016 Publisher: Birmingham : Packt Publishing,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Design and code your own 2D and 3D games efficiently using OpenGL and C++ About This Book Create 2D and 3D games completely, through a series of end-to-end game projects Learn to render high performance 2D and 3D graphics using OpenGL Implement a rudimentary game engine using step-by-step code Who This Book Is For If you are a prospective game developer with some experience using C++, then this book is for you. Both prospective and experienced game programmers will find nuggets of wisdom and practical advice as they learn to code two full games using OpenGL, C++, and a host of related tools. What You Will Learn Set up your development environment in Visual Studio using OpenGL Use 2D and 3D coordinate systems Implement an input system to handle the mouse and the keyboard Create a state machine to handle complex changes in the game Load, display, and manipulate both 2D and 3D graphics Implement collision detection and basic physics Discover the key components needed to complete a polished game Handle audio files and implement sound effects and music In Detail OpenGL is one of the most popular rendering SDKs used to develop games. OpenGL has been used to create everything from 3D masterpieces running on desktop computers to 2D puzzles running on mobile devices. You will learn to apply both 2D and 3D technologies to bring your game idea to life. There is a lot more to making a game than just drawing pictures and that is where this book is unique! It provides a complete tutorial on designing and coding games from the setup of the development environment to final credits screen, through the creation of a 2D and 3D game. The book starts off by showing you how to set up a development environment using Visual Studio, and create a code framework for your game. It then walks you through creation of two games?a 2D platform game called Roboracer 2D and a 3D first-person space shooter game?using OpenGL to render both 2D and 3D graphics using a 2D coordinate system. You'll create sprite classes, render sprites and animation, and navigate and control the characters. You will also learn how to implement input, use audio, and code basic collision and physics systems. From setting up the development environment to creating the final credits screen, the book will take you through the complete journey of creating a game engine that you can extend to create your own games. Style and approach An easy-to-follow guide full of code examples to illustrate every concept ...


Book
Unreal engine : game development from A to Z : develop fantastic games and solve common development problems with Unreal Engine 4 : a course in three modules.
Authors: --- ---
ISBN: 1787124797 9781787124790 1787123286 9781787123281 Year: 2016 Publisher: Birmingham, England ; Mumbai, [India] : Packt Publishing,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Develop fantastic games and solve common development problems with Unreal Engine 4. About This Book Investigate the big world of Unreal Engine, computer graphics rendering and Material editor to implement in your games Construct a top-notch game by using the assets offered by Unreal Engine, thereby reducing the time to download, create assets on your own. Understand when and why to use different features and functionalities of Unreal Engine 4 to create your own games Learn to use Unreal 4 by making a first person puzzle game, Blockmania, for Android. Who This Book Is For This path is ideal for those who have a strong interest in game development and some development experience. An intermediate understanding of C++ is recommended. What You Will Learn Explore the Unreal Engine 4 editor controls and learn how to use the editor to create a room in a game level Get clued up about working with Slate, Unreal's UI solution through the UMG Editor Put together your own content and materials to build cutscenes and learn how to light scenes effectively Get tips and tricks on how to create environments using terrain for outdoor areas and a workflow for interiors as well using brushes Explore the ways to package your game for Android Devices and porting it to the Google Playstore Know inside out about creating materials, and applying them to assets for better performance Understand the differences between BSP and static meshes to make objects interactive In Detail Unreal Engine technology powers hundreds of games. This Learning Path will help you create great 2D and 3D games that are distributed across multiple platforms. The first module, Learning Unreal Engine Game Development, starts with small, simple game ideas and playable projects. It starts by showing you the basics in the context of an individual game level. Then, you'll learn how to add details such as actors, animation, effects, and so on to the game. This module aims to equip you with the confidence and skills to design and build your own games using Unreal Engine 4. By the end of this module, you will be able to put into practise your own content.After getting familiar with Unreal Engine's core concepts, it's time that you dive into the field of game development. In this second module, Unreal Engine Game Development Cookbook we show you how to solve development problems using Unreal Engine, which you can work through as you build your own unique project. Every recipe provides step-by-step instr...

Listing 1 - 10 of 21 << page
of 3
>>
Sort by