vs4vijay / golife

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

Add an option to manually set each cell. #10

Closed manik1235 closed 6 years ago

manik1235 commented 6 years ago

In order to allow for the user to set each cell, this commit adds a prompt to choose the initial board method. It also asks for the input of each cell, and if it should be alive or dead.

manik1235 commented 6 years ago

Hello! I hope you like my contribution!

I have a few more ideas to clean this up and modify it all a bit to make it more streamlined, but this works pretty well so far.

vs4vijay commented 6 years ago

@manik1235: Merged your repo.

I am open for ideas, lets discuss?