sector 0.3.0+1 sector: ^0.3.0+1 copied to clipboard
Fast and intuitive 2D data structures: grids, graphs, pathfinding & more.
Examples #
Game of Life #
Runs a simple game of life simulation.
Pathfinding #
Runs pathfinding algorithms on a a pre-made graph, with CLI visualization.
Use --help
to see available options:
--help
-a, --algorithm [bfs, dfs, dijkstra (default), greedy, astar, astar-fringe]
-h, --heuristic [always-min, always-max, manhattan (default), euclidean]