Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 414 Bytes

File metadata and controls

6 lines (5 loc) · 414 Bytes

Nuvo Take-Home Test

In order to run, go to the main directory and run ruby life.rb

  • When prompted with "next?" just press enter to print out the next state or crl-c to exit.
  • To run the specs run gem install rspec and then rspec spec/life_spec.rb
  • In the initialize function there are a few lines you can uncomment in order to have it generate some more common patterns like an oscillator and a glider