Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
KieranP committed Nov 4, 2011
0 parents commit e52c79a
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
.DS_Store
3 changes: 3 additions & 0 deletions Gemfile
@@ -0,0 +1,3 @@
source "http://rubygems.org"

gem "rspec"
18 changes: 18 additions & 0 deletions Gemfile.lock
@@ -0,0 +1,18 @@
GEM
remote: http://rubygems.org/
specs:
diff-lcs (1.1.3)
rspec (2.7.0)
rspec-core (~> 2.7.0)
rspec-expectations (~> 2.7.0)
rspec-mocks (~> 2.7.0)
rspec-core (2.7.1)
rspec-expectations (2.7.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.7.0)

PLATFORMS
ruby

DEPENDENCIES
rspec
8 changes: 8 additions & 0 deletions README
@@ -0,0 +1,8 @@
Ruby implementation of Conway's Game of Life
* http://en.wikipedia.org/wiki/Conway's_Game_of_Life

Examples:
* http://bjorkoy.com/2010/05/conways-game-of-life-in-ruby/
* http://madcoderspeak.blogspot.com/2007/02/test-driving-conways-game-of-life-in.html
* https://github.com/5v3n/Conways-Game-Of-LIFE/tree/master/lib
* http://vimeo.com/31403388

0 comments on commit e52c79a

Please sign in to comment.