Need to implement game of life in ruby on rails fofr an infinite board. Can simply display the changing coordinates instead of drawing the grid for now.
- Install Rails
- Run
bundle install
- Run
rails db:migrate
- App : To run the application, use
rails server
and navigate tolocalhost:3000
- Linter :
rubocop -A
- Tests :
rspec