Life game(Large size)



Introduction

There is a lattice like a chess board, and there live some creatures there. In a cell, only one creature can live. When there is an inhabitant, the cell is "on"(blue), and if vacant, we call the cell is "off"(yellow).


Rule

There are eight neighborhood cells around a cell. The creatures increase or decrease in the next step according to the following rule.

  • If a cell is "on";
    When two or three of eight cells are "on" ,the cell remains "on".
    In other cases, the cell becomes "off".

  • If a cell is "off";
    When three of eight cells are "on" ,the cell turns to "on".
    In other cases, the cell remains "off".


  • Applet

    How to use this applet

    1. Click cells to define initial condition or press [A] to [F] button.
    2. Press [Next] button to go to the next step.
    3. Press [Next] button several times.
    3. Press [Again] button to go back to initial condition.
    4. Press [Clear] button to make all cells off.

    Experiment
    A
    B
    C
    D
    E
    F