UNPKG

agentscape

Version:

Agentscape is a library for creating agent-based simulations. It provides a simple API for defining agents and their behavior, and for defining the environment in which the agents interact. Agentscape is designed to be flexible and extensible, allowing

5 lines 158 B
import Agent from './Agent'; import Particle from './Particle'; import Cell from './Cell'; export { Agent, Cell, Particle }; //# sourceMappingURL=index.js.map