Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 756 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 756 Bytes

Selfness

Selfness is a simulation of mold behavior, focusing on the interactions between mold, food, and cAMP signals.

Installation

To install the required dependencies, use Poetry:

poetry install

Usage

To run the simulation, use the following command:

poetry run python -m selfness

Configuration

Configuration options can be set in the config.yaml file. Refer to the file for available options.

Development

To contribute to the project, follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bugfix.
  3. Make your changes.
  4. Submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.