A port to Tutletoy of something a made a long, long time ago. In a galaxy far, far away: edesign.nl/examples/gol/
en.wikipedia.org/wiki/conway%27s_game_of_life
Bonus: when exporting as an animated GIF enable 'Draw different frames.' to see your animation of Conway's game of life in action.
#cellularautomaton #cellular #automaton
Log in to post a comment.
const generations = 100; //min=0 max=750 step=1 Setting this to 750 will show you every frame when exporting to an animated GIF with a duration of 30s at 25fps, the default 100 has this for 10s at 10fpsconst dim = 80; //min=30 max=400 step=10 The size of the world