Skip to content

iftheshoefritz/conway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To run the game:

    ruby -I. game_of_life_driver.rb

Only does 10 turns of the same hardcoded matrix.

To run the tests:

    bundle install
    rspec -I. conway_spec.rb

Tests are solely related to the game logic in `game_state.rb`. 

About

conway's game of life for prodigy code kata

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages