Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 528 Bytes

README.rdoc

File metadata and controls

20 lines (12 loc) · 528 Bytes

README

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

Setup:

  • Clone/download the repository

  • run bundle install

  • run rails server to start the local server

Features:

  • 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

Browse and feel free to fork, comment and report bugs