Flame Behaviors

ci coverage pub package style: very good analysis License: MIT Powered by Flame

Flame Behaviors applies separation of concerns to game logic in the form of Entities and Behaviors.

Developed with πŸ’™ and πŸ”₯ by Very Good Ventures πŸ¦„


Quick Start πŸš€

Installing πŸ§‘β€πŸ’»

In order to use Flame Behaviors you must have the Flame package added to your project.

Note: Flame Behaviors requires Flame ">=1.10.0 <2.0.0"

Adding the package

# πŸ“¦ Install the flame_behaviors package from pub.flutter-io.cn
flutter pub add flame_behaviors

Creating Entities and Behaviors

Use Flame Behaviors to define your entities in your game and their behavioral aspects. Or follow the Introduction to Flame Behaviors article to get you familiar with the concepts!

Documentation πŸ“

View the full documentation here.

Libraries

flame_behaviors
Flame Behaviors applies separation of concerns to game logic in the form of Entities and Behaviors, built by Very Good Ventures.