maze_builder 1.0.1 copy "maze_builder: ^1.0.1" to clipboard
maze_builder: ^1.0.1 copied to clipboard

Maze builder using a Dart implementation of Eller's Algorithm. This algorithm creates 'perfect' mazes, which guarantees a single path between any two cells.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add maze_builder

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  maze_builder: ^1.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:maze_builder/maze_builder.dart';
7
likes
160
pub points
50%
popularity

Publisher

unverified uploader

Maze builder using a Dart implementation of Eller's Algorithm. This algorithm creates 'perfect' mazes, which guarantees a single path between any two cells.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on maze_builder