Skip to content

ms0g/cubicLife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cubic Life

Overview

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