flame_steering_behaviors 0.2.0 flame_steering_behaviors: ^0.2.0 copied to clipboard
Flame Steering Behaviors brings steering algorithms to the behavior pattern, built by Very Good Ventures.
import 'package:example/src/example_game.dart';
import 'package:flame/game.dart';
import 'package:flutter/material.dart';
void main() {
runApp(GameWidget(game: ExampleGame()));
}