Game of Life 1.5

Uses of Class
org.bitstorm.gameoflife.Cell

Packages that use Cell
org.bitstorm.gameoflife   
 

Uses of Cell in org.bitstorm.gameoflife
 

Fields in org.bitstorm.gameoflife declared as Cell
private  Cell[][] GameOfLifeGrid.grid
          Every cell on the grid is a Cell object.
 


Game of Life 1.5

This API descibes the Game of Life program, written by Edwin Martin. The source code is available online too.

Copyright 1996-2004 Edwin Martin <edwin@bitstorm.org>.