iTranslated by AI
The content below is an AI-generated translation. This is an experimental feature, and may contain errors. View original article
📝
Introduction to Flame
- flame is a 2D game engine for Flutter.
- It is the most popular game engine for Flutter.
- Reading the documentation is good, but it is recommended to start with the following tutorial. Making the "moving flies" game helps you grasp the flow and feel of creating games with Flame.
- Create a Mobile Game with Flutter and Flame - Beginner Tutorial | JapAlekhin
- Game Graphics and Animation Tutorial - Step by Step with Flame and Flutter (Part 2 of 5) — JapAlekhin
- Views and Dialog Boxes Tutorial - Step by Step with Flame and Flutter (Part 3 of 5) — JapAlekhin
- Scoring, Storage, and Sound Tutorial - Step by Step with Flame and Flutter (Part 4 of 5) — JapAlekhin
- Game Finishing and Packaging Tutorial - Step by Step with Flame and Flutter (Part 5 of 5) — JapAlekhin
- Practical game implementation examples:
-
Float-like-a-dash-Sting-like-a-dart/GhostRigger: Cyberpunk-inspired puzzle game prototype created with Flutter and Flame #Hack20 #FlutterHackathon
- Basic screens like menus and credits are built using Flutter's
StatefulWidget, while only the actual game part is written in Flame. The source code is clean and serves as a great reference for how to structure a game.
- Basic screens like menus and credits are built using Flutter's
- fireslime/bob_box: Simple Flame Game to function as a tutorial
-
Float-like-a-dash-Sting-like-a-dart/GhostRigger: Cyberpunk-inspired puzzle game prototype created with Flutter and Flame #Hack20 #FlutterHackathon
Discussion