Game of Life Conway with pattern generation

The famous game of life of Conway. Includes an automatic generation of start patterns from char arrays.
169 download
Aggiornato 2 nov 2019

Visualizza la licenza

A simple function to simulate Conway's Game of Life in Matlab. The parameters include the size of the field, the title of the plot, the plot color, and a way to enable period detection. In addition, you can pass a char array to the function that is automatically processed to a start pattern with the help function Generate_Pattern.m. The preview image can be generated by the command "Game_of (100, 'Conway', 'Game of Life', 'r', 4)".

Cita come

Christoph Müßig (2024). Game of Life Conway with pattern generation (https://www.mathworks.com/matlabcentral/fileexchange/70316-game-of-life-conway-with-pattern-generation), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2018b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Strategy & Logic in Help Center e MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.3

Updated to Matlab Windows Counter

1.0.2

Small improvements

1.0.1

Fixed File Upload

1.0.0