Skip to content
/ gol Public

Conway's Game of Life CLI console Ruby App implementation with Ncurses

License

Notifications You must be signed in to change notification settings

aalvarado/gol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Conway's Game of Life CLI console Ruby App implementation with Ncurses

Topics

Resources

License

Stars

Watchers

Forks

Languages