Conway's game of life
- Ubuntu - Ncurses development library -
libncursesw5-dev
- OSX - Ncurses
brew install ncurses
clone the project, run bundle install
and then run:
$ ruby start.rb
Use arrow keys or h,j,k,l to move, use the spacebar to make a cell alive or dead.
Once you're ready hit enter
and the game will start.
Hit q
again to quit the program.
$ rspec