Cantitate/Preț
Produs

MonoGame Mastery: Build a Multi-Platform 2D Game and Reusable Game Engine

Autor Jarred Capellman, Louis Salin
en Limba Engleză Paperback – 10 noi 2020
Master the art of game creation with MonoGame—the cross-platform framework of choice for independent developers. Learn the various aspects needed to create your next game by covering MonoGame framework specifics, engine creation, graphics, patterns, and more.
The MonoGame framework provides an incredible canvas for the programmer to create their next 2D game, and this book teaches you to make the most of it. You will start from the ground up, beginning with the basics of what MonoGame is, the pipeline, and then how to build a reusable game engine on top of the framework. You will deep dive into various components of each aspect of a game, including graphics, input, audio, and artificial intelligence. The importance of game tooling is also covered. By the end, you will have a mastery level of understanding of how to create a 2D game using MonoGame. With a fully functional 2D game, aspiring developers will have the ideal blueprint to tackle their next fully featured game. The material covered is applicable for almost any 2D game project ranging from side scrolling adventures to fighting games.
 
What You Will Learn
  • Learn to build a game with the MonoGame framework.
  • Understand game engine architecture and how to build an engine onto the MonoGame framework.
  • Grasp common design patterns used in game development and in fully featured engines, such as Unity.
 
Who This Book Is For
Beginner to advanced MonoGame programmer would find this book helpful. The audience is expected to have a working knowledge of C#.
Citește tot Restrânge

Preț: 25721 lei

Preț vechi: 32151 lei
-20% Nou

Puncte Express: 386

Preț estimativ în valută:
4922 5113$ 4089£

Carte disponibilă

Livrare economică 13-27 ianuarie 25

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781484263082
ISBN-10: 1484263081
Pagini: 323
Ilustrații: XVIII, 323 p. 106 illus.
Dimensiuni: 155 x 235 mm
Greutate: 0.53 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States

Cuprins

Chapter 1: Introduction.- Chapter 2: Configuring the Dev Environment.- Chapter 3: MonoGame Architecture.- Chapter 4: Planning Your Game Engine .- Chapter 5: Asset Pipeline.- Chapter 6: Input.- Chapter 7: Audio.- Chapter 8: Particles.- Chapter 9: Collision Detection.- Chapter 10: Animations and Text.- Chapter 11: Level Design.-

Notă biografică

Jarred Capellman has been professionally developing software for over 13 years and is a Director of Engineering at SparkCognition in Austin, Texas. He started making QBasic text-based games when he was nine years old. He learned C++ a few years later before studying OpenGL with the eventual goal of entering the gaming industry. Though his goal of professionally developing games didn’t come to fruition, he continued deep diving into frameworks such as MonoGame, Vulkan, and DirectX as an important part of his free time. When not programming, he enjoys writing music and is working on his DSc in Cybersecurity, focusing on applying Machine Learning to security threats.
Louis Salin has been a developer for more than 15 years in a wide variety of fields, developing on Windows in the early days in C, C++, and eventually C# before working as a developer on Linux-based web applications using different scripting languages, such as Ruby or Python. His early love for coding comes from all the time he spent as a kid copying video games written in Basic from books borrowed from the library. He wrote his first game in high school and took many classes in computer graphics.

Textul de pe ultima copertă

Master the art of game creation with MonoGame—the cross-platform framework of choice for independent developers. Learn the various aspects needed to create your next game by covering MonoGame framework specifics, engine creation, graphics, patterns, and more.
The MonoGame framework provides an incredible canvas for the programmer to create their next 2D game, and this book teaches you to make the most of it. You will start from the ground up, beginning with the basics of what MonoGame is, the pipeline, and then how to build a reusable game engine on top of the framework. You will deep dive into various components of each aspect of a game, including graphics, input, audio, and artificial intelligence. The importance of game tooling is also covered. By the end, you will have a mastery level of understanding of how to create a 2D game using MonoGame.
With a fully functional 2D game, aspiring developers will have the ideal blueprint to tackle their next fully featured game. The material covered is applicable for almost any 2D game project ranging from side scrolling adventures to fighting games.
You will:
  • Learn to build a game with the MonoGame framework.
  • Understand game engine architecture and how to build an engine onto the MonoGame framework.
  • Grasp common design patterns used in game development and in fully featured engines, such as Unity.

Caracteristici

Learn to make games from the ground up—understanding the process and framework of MonoGame Understand how art assets, companion samples, and game project come together Learn to create useful tooling and pipelines for fast iteration and development cycles Create both a game and engine as the book progresses