Sub-Libraries#
miniworlds can be extended with optional sub-libraries that each add a focused domain on top of the core engine. Install each library independently; only bring in what your project needs.
Library |
pip package |
Description |
|---|---|---|
|
Grid-based robot world for teaching algorithmic thinking |
|
|
Visual data structures (list, stack, queue, tree, graph) |
|
|
Physics simulation via pymunk |
|
|
Compatible re-implementation of Python’s |