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

outdated

A cellular automaton library associated with a square grid. Includes Conway's Game of Life.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add grid_world

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

dependencies:
  grid_world: ^1.0.1

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

Import it

Now in your Dart code, you can use:

import 'package:grid_world/grid_world.dart';
1
likes
40
pub points
0%
popularity

Publisher

verified publisherorangebike.dev

A cellular automaton library associated with a square grid. Includes Conway's Game of Life.

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

test, tuple

More

Packages that depend on grid_world