Skip to content

alpbintug/Game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages