]> Softwares of Agnibho - life.git/commitdiff
Added Life 1.06 file support
authorAgnibho Mondal <mail@agnibho.com>
Thu, 4 Dec 2014 13:20:57 +0000 (18:50 +0530)
committerAgnibho Mondal <mail@agnibho.com>
Thu, 4 Dec 2014 13:20:57 +0000 (18:50 +0530)
Rules.txt [new file with mode: 0644]
rules.txt [deleted file]

diff --git a/Rules.txt b/Rules.txt
new file mode 100644 (file)
index 0000000..c56bad1
--- /dev/null
+++ b/Rules.txt
@@ -0,0 +1,6 @@
+Rules of Conway's Game of Life
+==============================
+1. Any live cell with less than two live neighbours dies, as if caused by under-population.
+2. Any live cell with two or three live neighbours lives on to the next generation.
+3. Any live cell with more than three live neighbours dies, as if by overcrowding.
+4. Any dead cell with exactly three live neighbours becomes a live cell, as if by reproduction. 
diff --git a/rules.txt b/rules.txt
deleted file mode 100644 (file)
index d599e69..0000000
--- a/rules.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-Any live cell with less than two live neighbours dies, as if caused by under-population.
-Any live cell with two or three live neighbours lives on to the next generation.
-Any live cell with more than three live neighbours dies, as if by overcrowding.
-Any dead cell with exactly three live neighbours becomes a live cell, as if by reproduction.