flame_steering_behaviors 0.2.1+1 copy "flame_steering_behaviors: ^0.2.1+1" to clipboard
flame_steering_behaviors: ^0.2.1+1 copied to clipboard

Flame Steering Behaviors brings steering algorithms to the behavior pattern, originally built by Very Good Ventures.

example/lib/main.dart

import 'package:flame/game.dart';
import 'package:flame_steering_behaviors_example/src/example_game.dart';
import 'package:flutter/material.dart';

void main() {
  runApp(GameWidget(game: ExampleGame()));
}
2
likes
160
points
1
downloads

Publisher

verified publisherflame-engine.org

Weekly Downloads

Flame Steering Behaviors brings steering algorithms to the behavior pattern, originally built by Very Good Ventures.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

flame, flame_behaviors, flutter

More

Packages that depend on flame_steering_behaviors