Package eu.svjatoslav.sixth.e3d.examples.life_demo


package eu.svjatoslav.sixth.e3d.examples.life_demo
Conway's Game of Life 3D demo.

Implements a 30x30 cell matrix where cells evolve based on Conway's rules. Users can interact by clicking to toggle cell states. The simulation runs in a 3D view with camera navigation.

Key classes:

  • Main - Demo entry point
  • Cell - Individual cell representation
  • Matrix - The cell grid
See Also: