Conway's Game of Life in 3D

Three dimensional extension of the Conway's Game of Life.
ダウンロード: 8.5K
更新 2004/5/13

ライセンスの表示

3-Dimensional version of Conway's Game of Life. "Life" is a cellular automaton invented by John Conway that involves live and dead cells in a rectangular, two-dimensional universe. This implementation uses a M x M x M grid; the number initial ramdomly generated cells can be changed using the slider control.

Whether cells stay alive, die, or generate new cells depends upon how many of their eight possible neighbors are alive. By using sparse matrices, the calculations required become astonishingly simple. We use periodic (torus) boundary conditions at the edges of the universe. Pressing the "Start" button automatically seeds this universe with several small random communities. Some will succeed and some will fail.

引用

Leandro Barajas (2024). Conway's Game of Life in 3D (https://www.mathworks.com/matlabcentral/fileexchange/4892-conway-s-game-of-life-in-3d), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R12.1
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersBoard games についてさらに検索
謝辞

ヒントを与えたファイル: GPU Accelerated Conway's Game of Life in 3D

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0