Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^2: More Betterer Game of Life

by eyepopslikeamosquito (Archbishop)
on Sep 26, 2017 at 09:15 UTC ( [id://1200097]=note: print w/replies, xml ) Need Help??

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);
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1200097]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (6)
As of 2024-04-23 12:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found