Help for this page

Select Code to Download


  1. or download this
    # tgol3.t - Simple lidka test of Conway Game of Life Organism class
    use strict;
    ...
       cmp_ok( scalar(@cells), '==', $lidka_ticks[100], "lidka final array
    + count" );
       is_deeply( \@cells, \@slidka100, "lidka final cell array" );
    }