life_game.Rd
Life Game Simulation
life_game( save_file = NULL, size = 20, time = 20, fps = 0.75, colors = c("black", "green4"), ... )
gif filename
size of the world
how many times the life game continue.
fps, 0.75
c("green4", "black")
add
a gif file
https://zhuanlan.zhihu.com/p/136727731
# \donttest{ if (interactive()) life_game() # }