A simple implementation of Game of Life in julia.
using GameOfLife
w = world(256,256)
wSim = simulate(w, 1000)
GameOfLife.animate(wSim) # this will save to test.gif
[ ] Add tests
[ ] improve simulation code, seems too slow (maybe distributed?)
| Name | Name | Last commit date | ||
|---|---|---|---|---|