A simulation tool that models the spread of a virus, allowing users to test and analyze the effectiveness of various countermeasures. The tool provides customizable settings, real-time statistics, and visual representations of the simulation.
- Dynamic Virus Spread Simulation: Visualize how a virus propagates across a population.
- Customizable Settings: Adjust parameters like the infection radius, the mortality rate, and countermeasures.
- Detailed Analytics: View real-time statistics, graphs, and insights.
- Java: Version 21 or newer is recommended. The tool has been tested extensively with Java 21, but versions 13 and above should also work.
- Ensure you have
make
installed on your system. - Run the following command in the terminal to build and start the application:
make
-
Compile the Application:
Run the following command in the terminal:javac src/com/biocollapse/main/Main.java
Note for Windows Users: Replace
/
with\
in paths. -
Run the Application:
After compilation, execute:java src/com/biocollapse/main/Main
Visualize the real-time spread of the virus.
Customize simulation parameters for precise testing.
Analyze detailed data and graphs generated during the simulation.
We welcome contributions! If you have suggestions or find a bug, feel free to open an issue or submit a pull request.
This project is licensed under MIT License.