Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 791 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 791 Bytes

gol

Build Status Code Climate

Conway's game of life

image

Dependencies

  • Ubuntu - Ncurses development library - libncursesw5-dev
  • OSX - Ncurses brew install ncurses

Usage

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.

Run tests

$ rspec