Files
DevKage faf2df4b8c feat: Add initial version of behavior_tree and flame_behavior_tree package (#3045)
First pass on adding behavior tree for flame. This PR adds 2 packages:

- behavior_tree: A pure dart implementation of behavior tree.
- flame_behavior_tree: A bridge package that integrates behavior_tree
with flame.

Demo: 


https://github.com/flame-engine/flame/assets/33748002/1d2b00ab-1b6e-406e-9052-a24370c8f1ab
2024-03-10 17:29:15 +01:00

21 lines
551 B
YAML

name: behavior_tree
description: A behavior tree implementation written in dart. This package is designed to be used for implementing AI in games.
version: 0.1.0
repository: https://github.com/flame-engine/flame/tree/main/packages/flame_behavior_tree/behavior_tree
funding:
- https://opencollective.com/blue-fire
- https://github.com/sponsors/bluefireteam
- https://patreon.com/bluefireoss
environment:
sdk: ">=3.0.0 <4.0.0"
dependencies:
meta: ^1.9.1
dev_dependencies:
flame_lint: ^1.1.2
lints: ^3.0.0
mocktail: ^1.0.1
test: any