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