http://en.wikipedia.org/wiki/Conway's_Game_of_Life
ruby start.rb
- Color graphics and sound version, using Gosu:
- https://github.com/rayning0/game-of-life-ruby/blob/master/lib/gol_gosu.rb https://github.com/jlnr/gosu/wiki/Ruby-Tutorial
- Text version, using black and white Unicode characters
Please try both of them!
See YouTube video of my game: https://www.youtube.com/watch?v=WsJ4qKSq_Fc
See my simpler, no-frills version of Game of Life: