Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.13 KB

README.md

File metadata and controls

20 lines (12 loc) · 1.13 KB

Fungal Growth Simulation Model

This project is an implementation of a simulation model for fungal growth using cellular automata. The model is based on research on competition dynamics and fungal growth in multi-species communities.

Description

The model assumes the existence of two pairs of fungal species that compete for resources and play a crucial role in organic matter decomposition. The fungi grow in the form of hyphae, which connect to form a mycelium. The growth and expansion of fungi are dependent on the availability of food resources and interactions between species.

The goal of this project is to understand the behaviors and dynamics of fungal growth under different environmental conditions. It includes the implementation of a basic cellular automaton model and the investigation of the impact of various factors on competition and species distribution.

Running the Project

Follow the steps below to run the project:

  1. Clone or download the repository to your local machine.
  2. Open the terminal and navigate to the project's root directory.
  3. Run the following command:
./gradlew run