Shodor

a national resource for computational science education

HOME BWPEP Shodor Blue Waters


Life Serial
Conway's Game of Life is a classic example of a cellular automaton. Each cell's next state is based on its neighbors' states. This implementation, written in C, runs Life over a single process on a single grid.