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.
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.
Follow the steps below to run the project:
- Clone or download the repository to your local machine.
- Open the terminal and navigate to the project's root directory.
- Run the following command:
./gradlew run