cubicLife
Conway's Game of Life in 3D
C++★ 119⑂ 7 forksGPL-2.0updated 9 months ago
3dartificial-lifecellular-automatacellular-automatoncellularautomataconway-s-game-of-lifecppgameoflife
git clone https://github.com/xms0g/cubicLife.gitxms0g/cubicLifeREADME.mdfork it — it’s yours
Cubic Life
Cubic Life is a powerful cellular automaton engine designed to simulate Conway's Game of Life in 3D dimension.
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
