A python script that simulates a forest fire that spreads to adjacent tree tiles only while avoiding water tiles. Uses matplotlib to display a color coded gif representation of fire spread.
Note: The excessive amount of comments included in the code are for explanation purposes (for a friend learning to code).