Narrow your search

Library

ULiège (126)

KU Leuven (122)

Odisee (119)

Thomas More Mechelen (119)

VIVES (119)

Thomas More Kempen (118)

UCLL (118)

ULB (116)

UGent (57)

KBC (45)

More...

Resource type

book (125)

periodical (1)


Language

English (126)


Year
From To Submit

2023 (6)

2022 (17)

2021 (9)

2020 (7)

2019 (6)

More...
Listing 1 - 10 of 126 << page
of 13
>>
Sort by

Book
2012 17th International Conference on Computer Games
Authors: ---
ISBN: 1467311219 1467311200 Year: 2012 Publisher: [Place of publication not identified] IEEE

Loading...
Export citation

Choose an application

Bookmark

Abstract


Book
Advances in computer games : 17th International Conference, ACG 2021, virtual event, November 23-25, 2021, revised selected papers
Authors: --- ---
ISBN: 3031114876 3031114884 Year: 2022 Publisher: Cham, Switzerland : Springer,

Loading...
Export citation

Choose an application

Bookmark

Abstract


Book
Building multiplayer games in unity : using mirror networking
Author:
ISBN: 1484274741 1484274733 Year: 2022 Publisher: [Berkeley, CA] : Apress,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Take a deep dive into creating large-scale, multiplayer games with Unity 3D, using Mirror Networking and a variety of powerful transports. You will learn the fundamentals of RPC/Command multiplayer architecture and dig deeper into networking and data persistence to achieve scalable, highly performant, large-scale, multiplayer games in Unity. This book explains how to develop multiplayer games using Unity within a commercial or enterprise environment. You will take a look at the networking fundamentals behind multiplayer games, including packets and the importance of keeping packets small. Next, you will look into Mirror Networking and see how to leverage a variety of transport layers to achieve large-scale, multiplayer games. Using Unity 3D as the core focus, you will get an understanding of the RPC/Command architecture and how you can utilize different authoritative structures to best suit your needs. You will also learn how to scale your architecture and explore industry-leading methods of deploying your game to the masses. You will also get a solid understanding of networking principles. This book breaks down daunting concepts into easy-to-understand pieces of knowledge to help you create your first multiplayer game. It is a must-read for any developer looking to understand multiplayer games and networking.


Book
The Way We Play : Theory of Game Design
Author:
ISBN: 1484287886 1484287894 Year: 2022 Publisher: Berkeley, CA : Apress : Imprint: Apress,

Loading...
Export citation

Choose an application

Bookmark

Abstract

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. You will: Understand theories within games design Grasp what it takes to design and create your first game Analyze popular games and what made them so great Cover all aspects of design to allow you to begin designing your first video game.


Book
Exploring Game Mechanics : Principles and Techniques to Make Fun, Engaging Games
Author:
ISBN: 1484288734 1484288726 Year: 2022 Publisher: Berkeley, CA : Apress : Imprint: Apress,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Learn simple yet powerful, modern-day techniques used in various gaming genres, including casual and puzzle, strategy and simulation, action-adventure, and role-playing. This book is your pocket-sized guide to designing interesting and engaging mechanics for any type of game. Exploring Game Mechanics is a cornucopia of concepts related to gameplay mechanics that you can use to create games that are fun and rewarding to play. Dive into key gameplay elements that improve the player experience, such as implementing in-game tutorials, controlling the flow of player-choice-based games, and building a game narrative through storytelling. Understand how to establish the game’s end goal for the player to work towards by creating quests, missions, and objectives. Explore the key ideas behind creating immersive game worlds, generating better NPCs and enemies, and controlling the in-game economy. Finally, discover the unique mechanics that make established industry games so successful. You will: Discover the key elements that make gameplay immersive and entertaining Develop players and NPCs through customization and levelling up Gain insight into the tried-and-tested concepts behind modern-day games .


Book
Videogames and agency
Author:
ISBN: 1003298788 1003298788 1000829863 1032285095 Year: 2023 Publisher: London, England ; New York, New York : Routledge,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Videogames and Agency explores the trend in videogames and their marketing to offer a player higher volumes, or even more distinct kinds, of player freedom. The book offers a new conceptual framework that helps us understand how this freedom to act is discussed by designers, and how that in turn reflects in their design principles.


Book
Making games : the politics and poetics of game creation tools
Author:
ISBN: 9780262361361 0262361361 9780262044837 0262044838 9780262361354 0262361353 Year: 2021 Publisher: Cambridge, Massachusetts : The MIT Press,

Loading...
Export citation

Choose an application

Bookmark

Abstract

"Making Games conceptualizes the role of tools in game-making and to demonstrate their influence on both the politics and aesthetics of games"--


Book
Advanced Unity game development : build professional games with Unity, C#, and Visual studio
Author:
ISBN: 1484278518 148427850X Year: 2022 Publisher: New York : Apress,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Jump start your Unity game development journey with a detailed review of a complete, professionally built game using Unity, C#, and Visual Studio. Gain invaluable experience with code structure, project structure, centralization of game state data, controlled initialization of script components, AI opponents, multiple input sources, player preferences, a full HUD and menu system, music and sound effects, level/track building, and more. Author Victor Brusca walks you through the game's code, scripts, and overall structure, all the while showing you how the code works within the Unity engine to define a complete, refined game. Starting with game specifications, the book covers base classes, basic interaction classes, advanced interaction classes, helper classes, input classes, and abstraction of raw input. Next, you'll dive into the menu system and see how a full, complete menu and HUD are coded and set up in the project through a detailed review of the code and working examples. Subsequently, you'll gain insight on player and game state management, and the author will demystify the component-based structure of Unity games by demonstrating how to maintain order and centralization. Lastly, you will review pertinent build and project settings while learning techniques to profile and check the performance of your games, and tie it all together by building a new racetrack for the included game project. On completing this book, you'll have gained experience through the detailed review of a hover car racing game using C#, Unity Coding, Visual Studio, Unity C# Project Management, Unity Environment, Unity Project Management and more. What You Will Learn Understand Unity project design and implementation with regard to code base and scene hierarchy/game objects Learn to implement game mechanics connected to Unity scene game objects with working demonstrations Review professional topics, such as AI opponents, data persistence, menu systems, etc., and implement in the included project Create a complete game from ground up using prefab models and the code reviewed throughout the text Who This Book Is For Readers with some coding experience, an understanding of classes in an OOP language, and solid experience using the Unity Editor. The code is reviewed and explained in detail on a class-by-class basis while also providing an overview of the overall structure of the code base, project, and scenes.


Book
Ethics of computer gaming : a groundwork
Author:
ISBN: 9783662643976 Year: 2022 Publisher: Berlin : Palgrave Macmillan,


Book
Unity networking fundamentals : creating multiplayer games with Unity
Authors: ---
ISBN: 1484273575 1484273583 Year: 2021 Publisher: [Place of publication not identified] : Apress,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Learn the fundamentals of networking with Unity and C#. This book covers a variety of topics, including accessing data using RESTful APIs, local networked games, and creating multiplayer online games using client-server architecture. The book provides the basics of networking, sockets, TCP vs. UDP, client-server architecture, serialization, RESTful APIs, network latency, and client-side prediction. Projects are presented to illustrate the concepts, including a chat client/server overlay for your game, and a 3D maze game that allows up to four players to connect over the network. By the end of the book, you will be familiar with low-level networking concepts such as protocols and architecture as well as high-level knowledge on how to create applications that use a client/server architecture for multiplayer games. What You Will Learn Know the difference between TCP and UDP, and the pros and cons of these protocols Create client-server multiplayer games in Unity using C# Receive and process data from a remote server using RESTful APIs Understand latency and how to mitigate its impact Who This Book Is For Readers familiar with Unity and C# development who want to create multiplayer games.

Listing 1 - 10 of 126 << page
of 13
>>
Sort by