Skip to content

F0urO4/gol

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gol

Build Status Code Climate

Conway's game of life

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Ruby 100.0%