This is my implementation of Conway’s Game of Life
it is also hosted on heroku for live demo: conways-game-of-life-rails.herokuapp.com
-
Clone/download the repository
-
run
bundle install
-
run
rails server
to start the local server
-
10 Standard Life Patterns pre-built to click-and-run them directly
-
Blank Canvas of 12x12 grid size available to create your own pattern and run the same.
-
Responsive