Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chenningg/bs0004-forest-fire-graphing
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.
https://github.com/chenningg/bs0004-forest-fire-graphing
Last synced: 2 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/chenningg/bs0004-forest-fire-graphing
- Owner: chenningg
- License: mit
- Created: 2020-04-06T17:00:36.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-01T07:26:27.000Z (over 4 years ago)
- Last Synced: 2024-08-02T05:08:11.352Z (6 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Forest fire graphing
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).