
Project Overview
This Python model simulates forest fires using a 2D cellular automaton with NumPy and Matplotlib. Each cell can be empty, have a tree, or be on fire. It tracks forest growth, fire spread, and recovery over time, helping to visualize and study different forest fire scenarios.