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