Dekorationsartikel gehören nicht zum Leistungsumfang.
Flame Game Development
Your Guide to Creating Cross-Platform Games in 2D Using Flame Engine in Flutter 3
Taschenbuch von Andrés Cruz Yoris
Sprache: Englisch

50,30 €*

inkl. MwSt.

Versandkostenfrei per Post / DHL

Lieferzeit 4-7 Werktage

Kategorien:
Beschreibung
Reimagine your development process and create, test, and deploy your mobile, web, desktop, and embedded apps from a single codebase. This book shows you how to leverage Flame, the modular Flutter game engine, to build cross-platform 2D games.

With Flutter, you can create all kinds of apps by making subtle changes to projects at the code level. Guided by a practical project-based approach, you'll begin by downloading and installing the game engine. You'll then move on to creating widgets in Flutter and components within our game, such as player, enemy, background, consumables, etc. The book also shows you how to add sprites, render images, setup animation, and much more.

Flame Game Development is perfect for the novice eager to gain hands-on knowledge of this exciting game engine's library to create a simple 2D game.

What You'll Learn

Apply Flutter coding skills to game development
Develop games that can be played on all platforms
Create your first 2D game using Flame

Who This Book Is For
Beginners who want to learn how to develop games on Flame and create their first 2D game with Flutter.
Reimagine your development process and create, test, and deploy your mobile, web, desktop, and embedded apps from a single codebase. This book shows you how to leverage Flame, the modular Flutter game engine, to build cross-platform 2D games.

With Flutter, you can create all kinds of apps by making subtle changes to projects at the code level. Guided by a practical project-based approach, you'll begin by downloading and installing the game engine. You'll then move on to creating widgets in Flutter and components within our game, such as player, enemy, background, consumables, etc. The book also shows you how to add sprites, render images, setup animation, and much more.

Flame Game Development is perfect for the novice eager to gain hands-on knowledge of this exciting game engine's library to create a simple 2D game.

What You'll Learn

Apply Flutter coding skills to game development
Develop games that can be played on all platforms
Create your first 2D game using Flame

Who This Book Is For
Beginners who want to learn how to develop games on Flame and create their first 2D game with Flutter.
Über den Autor

Andrés Cruz Yoris has over 10 years experience in development of web applications. His IT background includes PHP and Python, client-side technologies such as HTML, JavaScript, CSS, Vue, and server-side technologies such as Laravel, Flask, Django, and CodeIgniter. He is also a developer in Android Studio, xCode, and Flutter, specializing in the creation of native applications for Android and iOS.

Inhaltsverzeichnis
Chapter 1: Create a project in Flutter and add Flame

Chapter 2: Flame basics

¿ Game class and components

¿ Components

¿ Game classes: Game and Flame Game

¿ Example: Draw a sprite

¿ Example: Draw a circle

¿ Example: Update circle position

¿ Key processes and functions at Flame

¿ Game loop

¿ Render function

¿ Update function

¿ Other important functions in Flame

Chapter 3: Flame fundamentals

¿ Sprite component: Components for rendering images

¿ Practical case: Single image sprite

¿ Practical case: Sprite Sheet

¿ Practical case: Animate sprite sheet

¿ Function for animation

¿ Sprite animation component

¿ Practical case: Multiple animations

¿ Input: Keyboard

¿ Game class level

¿ Practical case

¿ Component level

¿ Practical case

¿ Input: Tap

¿ Game class level

¿ On Tap Down

¿ On Long Tap Down

¿ On Tap Up

¿ On Tap Cancel

¿ Practical case

¿ Component level

¿ Challenge: Practical case

¿ Resolution challenge

¿ Challenge: Animations and inputs (Keyboard): Walk and rest animation

¿ Resolution challenge

¿ Mirror or flip the sprite

¿ Practical case

¿ Constant velocity

¿ Key combination

¿ Position Component: Components to render objects

¿ Practical case

¿ Debug mode

¿ Detect collisions

¿ Practical case

¿ Challenge: Change direction

¿ Challenge: Colliding circles

¿ Resolution challenge

¿ Counter for collisions

¿ Sprite collisions

Chapter 4: Game: Meteor shower

¿ Offset collision circles on the vertical axis

¿ Add collision circles by time

¿ Remove invisible components (collision circles)

¿ Prevent the player from crossing the screen

¿ Player: Vary animation when detecting screen edge

¿ Gravity for the player

¿ Player: Implement jump

¿ Modularize player class

¿ Meteor animated sprite

¿ Impact counter

Chapter 5: Background in color and image

¿ Background color

¿ Background image

¿ Get component information from the Game class

¿ Update player component with map dimensions

¿ Set the camera to follow the component

¿ Update meteor component with map dimensions

Details
Erscheinungsjahr: 2023
Genre: Informatik
Rubrik: Naturwissenschaften & Technik
Medium: Taschenbuch
Seiten: 584
Inhalt: xvii
566 S.
4 s/w Illustr.
172 farbige Illustr.
566 p. 176 illus.
172 illus. in color.
ISBN-13: 9798868800627
Sprache: Englisch
Ausstattung / Beilage: Paperback
Einband: Kartoniert / Broschiert
Autor: Cruz Yoris, Andrés
Auflage: 1st ed.
Hersteller: APRESS
Maße: 254 x 178 x 32 mm
Von/Mit: Andrés Cruz Yoris
Erscheinungsdatum: 21.12.2023
Gewicht: 1,083 kg
preigu-id: 127802236
Über den Autor

Andrés Cruz Yoris has over 10 years experience in development of web applications. His IT background includes PHP and Python, client-side technologies such as HTML, JavaScript, CSS, Vue, and server-side technologies such as Laravel, Flask, Django, and CodeIgniter. He is also a developer in Android Studio, xCode, and Flutter, specializing in the creation of native applications for Android and iOS.

Inhaltsverzeichnis
Chapter 1: Create a project in Flutter and add Flame

Chapter 2: Flame basics

¿ Game class and components

¿ Components

¿ Game classes: Game and Flame Game

¿ Example: Draw a sprite

¿ Example: Draw a circle

¿ Example: Update circle position

¿ Key processes and functions at Flame

¿ Game loop

¿ Render function

¿ Update function

¿ Other important functions in Flame

Chapter 3: Flame fundamentals

¿ Sprite component: Components for rendering images

¿ Practical case: Single image sprite

¿ Practical case: Sprite Sheet

¿ Practical case: Animate sprite sheet

¿ Function for animation

¿ Sprite animation component

¿ Practical case: Multiple animations

¿ Input: Keyboard

¿ Game class level

¿ Practical case

¿ Component level

¿ Practical case

¿ Input: Tap

¿ Game class level

¿ On Tap Down

¿ On Long Tap Down

¿ On Tap Up

¿ On Tap Cancel

¿ Practical case

¿ Component level

¿ Challenge: Practical case

¿ Resolution challenge

¿ Challenge: Animations and inputs (Keyboard): Walk and rest animation

¿ Resolution challenge

¿ Mirror or flip the sprite

¿ Practical case

¿ Constant velocity

¿ Key combination

¿ Position Component: Components to render objects

¿ Practical case

¿ Debug mode

¿ Detect collisions

¿ Practical case

¿ Challenge: Change direction

¿ Challenge: Colliding circles

¿ Resolution challenge

¿ Counter for collisions

¿ Sprite collisions

Chapter 4: Game: Meteor shower

¿ Offset collision circles on the vertical axis

¿ Add collision circles by time

¿ Remove invisible components (collision circles)

¿ Prevent the player from crossing the screen

¿ Player: Vary animation when detecting screen edge

¿ Gravity for the player

¿ Player: Implement jump

¿ Modularize player class

¿ Meteor animated sprite

¿ Impact counter

Chapter 5: Background in color and image

¿ Background color

¿ Background image

¿ Get component information from the Game class

¿ Update player component with map dimensions

¿ Set the camera to follow the component

¿ Update meteor component with map dimensions

Details
Erscheinungsjahr: 2023
Genre: Informatik
Rubrik: Naturwissenschaften & Technik
Medium: Taschenbuch
Seiten: 584
Inhalt: xvii
566 S.
4 s/w Illustr.
172 farbige Illustr.
566 p. 176 illus.
172 illus. in color.
ISBN-13: 9798868800627
Sprache: Englisch
Ausstattung / Beilage: Paperback
Einband: Kartoniert / Broschiert
Autor: Cruz Yoris, Andrés
Auflage: 1st ed.
Hersteller: APRESS
Maße: 254 x 178 x 32 mm
Von/Mit: Andrés Cruz Yoris
Erscheinungsdatum: 21.12.2023
Gewicht: 1,083 kg
preigu-id: 127802236
Warnhinweis

Ähnliche Produkte

Ähnliche Produkte