Move Objects With Gestures & Keyboard - Flutter Flame Game

Опубликовано: 01 Октябрь 2024
на канале: 1ManStartup
1,471
34

See how to move a flame game component, in this case a player sprite, left and right. Since this is for a flutter app, movement will be possible with a gesture swipe for mobile as well as the arrow keys for desktop/ web.

📲 Download The Finished Game: https://lastbottle.app

🎮 Series Playlist:    • 2D Flutter Game With Flame  
😻 Complete Code: https://github.com/davefaliskie/go_gr...

🤑 GET 10% OFF iubenda Privacy Policy: https://iubenda.refr.cc/1manstartup
💬 Join the Discord: https://1manstartup.com/discord
😎 If you enjoy the videos, consider supporting the channel: https://1manstartup.com/donate

SECTIONS
0:00 - What We'll Build
0:28 - Adding Gesture Detection
3:17 - Changing Sprite Position From Gesture
5:20 - Adding Keyboard Movement Controls
7:25 - Note About Game Inputs

#flutter #mobilegame