Help for this page

Select Code to Download


  1. or download this
    package Organism;
    use strict;
    ...
    }
    
    1;
    
  2. or download this
    # tbench1.pl - Simple benchmark of Organism class.
    # Generate blinker test file with, for example:
    ...
    
    # Uncomment for tile dump
    # $org->dump_tiles();
    
  3. or download this
    # tgol3.t - Simple lidka test of Conway Game of Life Organism class
    use strict;
    ...
          is_deeply( \@cells, \@slidka100, "lidka final cell array" );
       }
    }
    
  4. or download this
    # tgol4.t - Simple standalone test of Organism.pm st_ functions
    use strict;
    ...
       test_one("Weird block one-b", 1, \@outcells, \@outcells2, 1);
       test_one("Weird block two",   2, \@incells,  \@outcells2, 1);
    }