dorkhub

cubicLife

Conway's Game of Life in 3D

xms0g
C++1197 forksGPL-2.0updated 9 months ago
git clone https://github.com/xms0g/cubicLife.gitxms0g/cubicLife

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.

more like this

search

search projects, people, and tags