This program plays the Game of Life on a very large board using sparse matrices. The memory requirements depend on the total number of live cells of the object, and not on their locality! Therefore Life objects which cover a very large area can be manipulated.