alpbintug / Game-of-life

Game of life simulation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Game of life

Game of life simulation codes that I wrote

Goal: Random start game state, visualize each iteration, fast

Python was too slow, after switching to MATLAB I had to put a sleep(0.1) function in order to see a generation because it calculated each generation too fast.

MATLAB without slowing it down:

Fast Boi

MATLAB after slowing it down:

Forced to slow down fast boi

About

Game of life simulation


Languages

Language:MATLAB 100.0%