Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^9: High Performance Game of Life

by eyepopslikeamosquito (Archbishop)
on Aug 13, 2017 at 21:55 UTC ( [id://1197344]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # tgol.t - Simple blinker test of Conway Game of Life Organism class
    use strict;
    ...
       $org->tick();
       test_one( $org, "blinker $i", $i % 2 ? \@sblinker2 : \@sblinker1 );
    }
    
  2. or download this
    prove tgol.t
    
  3. or download this
    #   Failed test 'initial cell count (11)'
    #   at tgol.t line 17.
    ...
    #          $got->[0][1] = '99'
    #     $expected->[0][1] = '-101'
    # Looks like you failed 18 tests of 18.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (6)
As of 2024-03-28 19:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found