From: Siraaj Khandkar Date: Mon, 3 Sep 2012 05:05:49 +0000 (-0400) Subject: Added README for forest-fire model. X-Git-Url: https://git.xandkar.net/?p=cellular-automata.git;a=commitdiff_plain;h=83bc81915303ca9140790f4435ca826626918f56 Added README for forest-fire model. --- diff --git a/forest-fire/README.md b/forest-fire/README.md new file mode 100644 index 0000000..1b25b00 --- /dev/null +++ b/forest-fire/README.md @@ -0,0 +1,13 @@ +[Forest-fire model] +================= + + +Rules +----- +* A burning cell turns into an empty cell +* A tree will burn if at least one neighbor is burning +* A tree ignites with probability *f* even if no neighbor is burning +* An empty space fills with a tree with probability *p* + + +[Forest-fire model]:http://en.wikipedia.org/wiki/Forest-fire_model