Increasing interval between generations to 0.1 sec.
[cellular-automata.git] / 001 / src / life_time.erl
index b832043..175321b 100644 (file)
@@ -17,7 +17,7 @@
         ]).
 
 
--define(INTERVAL, 0).  % In milliseconds
+-define(INTERVAL, 100).  % In milliseconds
 
 -define(CHAR_DEAD,   32).  % Space
 -define(CHAR_ALIVE, 111).  % o
This page took 0.026125 seconds and 4 git commands to generate.