Top Level Namespace

Defined Under Namespace

Classes: LifeGameWindow, LifeGrid

Constant Summary collapse

WIN_WIDTH =

Window width

1024
WIN_HEIGHT =

Window height

768
CELL_SIZE =

Size of cell square

8
CELL_COLOR =
Gosu::Color.new(0xff00ffff)
EMPTY_COLOR =
Gosu::Color.new(0x00000000)
MAX_FPS =

For calculating max framerate

30