Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 849 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 849 Bytes

Cubic Life

Cubic Life is a powerful cellular automaton engine designed to simulate Conway's Game of Life in 3D dimension.

image

Features

  • Infinite Grid: No grid size limitation.
  • Conway's Game of Life: CAEngine is specifically designed to run Conway's Game of Life.
  • 3D Simulation: Unlike traditional implementations which are 2D, CAEngine operates in a three-dimensional space.

Rules

  • A live cell that has live neighbors below 5 or above 6 dies.
  • A dead cell that has 4 live neighbors becomes a live cell.

Controls

Key Action
WASD Move
RMB Rotate camera

License

This project is licensed under the GPL-2.0 License. See the LICENSE file for details.

Credits

Developed by M. Sami Gürpınar