Added README for forest-fire model.
[cellular-automata.git] / forest-fire / README.md
diff --git a/forest-fire/README.md b/forest-fire/README.md
new file mode 100644 (file)
index 0000000..1b25b00
--- /dev/null
@@ -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
This page took 0.017608 seconds and 4 git commands to generate.