Awesome Flame
A curated list of games, libraries, and articles related to the Flame Engine for Flutter.
Flame is a minimalist 2D game engine for Flutter that provides a nice set of somewhat independent modules you can choose from to build your games.
Contents
- Articles & Tutorials
- Plugins & Libraries
- Projects
- Open Source
- App Releases
- Resources
- Non-English Content
Articles & Tutorials
Tutorial by imaNNeo - Color Switch Game tutorial - (2023-10-06)
- 0. Overview and Introduction of Flutter / Flame game tutorials ๐
- 1. Flame Component System (FCM) & Event handling ๐
- 2. Camera and World components ๐ฅ
- 3. Sprite & Custom Components ๐ผ๏ธ
- 4. Collision detection ๐ฅ
- 5. Pause menu, Decorators and Overlays โธ๏ธ
- 6. Scoring and Flame Engine Particles โจ
- 7. Flame Audio and Sound Effects ๐
- 8-final. Polishing and Optimizing๐
Articles by Happy Makadiya at Simform Solutions
- Basics of Game Development using Flame
- Build Collision-Based Game Using Flame in Flutter - (2022-10-09).
Articles by [YayoCode][2]
- 1. Getting started: Setting up the project
- 2. The world, bodies, shapes, and fixtures
- 3. Body types: dynamic, static & kinematic
- 4. Friction, density & restitution
- 5. Forces, impulses & linear velocity
- 6. Bodies and sprites
- 7. Collisions
- 8. Collisions with animated sprites - (2022-12-02).
Tutorials by raywenderlich.com
- Building Games in Flutter with Flame: Getting Started - By Vincenzo Guzzi - (2021-10-21).
Articles by wolfenra.in
- Dart Box2D Fundamentals series - (2020-07-13).
Other Articles & Tutorials
-
Introduction to Flame with Flutter - Build a Breakout game with Flutter state management integration. By Brett Morgan
-
Killing gnats with Flutter and Flame - Build your first game with ads and i18n. By Bo Hellgren
-
Flutter Web and Flame - Hands on with Flame for web. By Aseem Wangoo
-
Simple Platformer - Flame Game Development Series - 2D platformer without using Forge2d. By [DevKage][1].
-
Dino Run - Flutter Game Development Series with Flame - An easy to follow tutorial on how to make 2D mobile game in Flutter using Flame engine. By [DevKage][1].