vs4vijay / golife

Conway's Game of Life Implementation in Ruby
MIT License
2 stars 3 forks source link

Add predefined cells like Glider, Gun, Blink, Box #4

Open vs4vijay opened 7 years ago

vs4vijay commented 7 years ago

Add predefined cells like Glider, Gun, Blink, Box, etc..

jmks commented 7 years ago

I've done something similar in a workshop. I even have some rake tasks to animate a Glider, Box, etc. https://github.com/jmks/game-of-life/tree/oo-cells

vs4vijay commented 7 years ago

@jmks Can you include those cells in this repo? and make it work?