Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^2: More Betterer Game of Life

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

Help for this page

Select Code to Download


  1. or download this
    #Life 1.06
    -3 -7
    ...
    0 7
    1 7
    2 7
    
  2. or download this
    // grid.h.
    // Organism class using a simple grid of tiles
    ...
    };
    
    #endif
    
  3. or download this
    // tbench1.cpp. Simple benchmark of Organism class.
    //
    ...
       RunTest(fname, nticks, niter);
       return 0;
    }
    
  4. or download this
    // grid.h.
    // Organism class using a simple grid of tiles
    ...
    };
    
    #endif
    
  5. or download this
    // tbench1.cpp. Simple benchmark of Organism class.
    // g++ compile on Linux:
    ...
       RunTest(fname, nticks, niter);
       return 0;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (7)
As of 2024-04-25 08:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found