Build your own 2D game engine and create great web games using HTML5, JavaScript, and WebGL2

Develop a 2D game engine that will give you the experience and core understanding of foundational concepts for building complex and fun 2D games that can be played across the Internet via popular web browsers. This book is organized so that the chapters follow logical steps of building a game engine...

Full description

Bibliographic Details
Main Author: Sung, Kelvin
Format: eBook
Language:English
Published: New York, NY Apress 2022
Edition:Second edition
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 03534nmm a2200397 u 4500
001 EB002008635
003 EBX01000000000000001171535
005 00000000000000.0
007 cr|||||||||||||||||||||
008 220121 ||| eng
020 |a 9781484273777 
050 4 |a T385 
100 1 |a Sung, Kelvin 
245 0 0 |a Build your own 2D game engine and create great web games  |b using HTML5, JavaScript, and WebGL2  |c Kelvin Sung [and others] 
250 |a Second edition 
260 |a New York, NY  |b Apress  |c 2022 
300 |a xxii, 741 pages  |b illustrations 
505 0 |a Chapter 1: Introduction -- Chapter 2: Working with HTML5 and WebGL2 -- Chapter 3: Transformation and World Coordinate -- Chapter 4: Common Components of a Game Engine -- Chapter 5: Working with Texture, Sprites, and Fonts -- Chapter 6: Behaviors and Collisions -- Chapter 7: Camera Manipulations -- Chapter 8: Illumination and Shadow -- Chapter 9: Physics -- Chapter 10: Particle Systems and Stenciling -- Chapter 11: Supporting Camera Background -- Chapter 12: Building a Sample Game: From Design to Completion 
653 |a Video games / Design 
653 |a Interactive computer graphics / http://id.loc.gov/authorities/subjects/sh2008007833 
653 |a Computer games / Design / fast 
653 |a Jeux vidéo / Conception 
653 |a Infographie interactive 
653 |a Interactive computer graphics / fast 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
500 |a Includes index 
028 5 0 |a 10.1007/978-1-4842-7377-7 
776 |z 9781484273777 
776 |z 1484273761 
776 |z 148427377X 
776 |z 9781484273760 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484273777/?ar  |x Verlag  |3 Volltext 
082 0 |a 794.8/1536 
082 0 |a 745.4 
520 |a Develop a 2D game engine that will give you the experience and core understanding of foundational concepts for building complex and fun 2D games that can be played across the Internet via popular web browsers. This book is organized so that the chapters follow logical steps of building a game engine and integrates concepts accordingly. Build Your Own 2D Game Engine and Create Great Web Games isolates and presents relevant concepts from software engineering, computer graphics, mathematics, physics, game development and game design in the context of building a 2D game engine from scratch. In this edition, all the code is based on updated versions of JavaScript with HTML5 and WebGL2: you will analyze the source code needed to create a game engine that is suitable for implementing typical casual 2D videogames. You will also learn about physics and particle system. The discussion of physics component includes rotations and popular physical materials such as wood, mud, and ice. The discussion of particle component has popular presets such as fire, smoke, and dust. By the end of the book, you will understand the core concepts and implementation details of a typical 2D game engine, learn insights into how these concepts affect game design and game play, and have access to a versatile 2D game engine that they can expand upon or utilize to build their own 2D games from scratch with HTML5, JavaScript, and WebGL2. You will: Understand essential concepts for building 2D games Grasp the basic architecture of 2D game engines Understand illumination models in 2D games Learn basic physics used in 2D games Find out how these core concepts affect game design and game play Learn to design and develop 2D interactive games