Skip to content

My 2 versions of Game of Life, in Ruby, with TDD: 1) Color graphics version, with Gosu. 2) Text version, with Unicode characters. See YouTube video of my game: https://www.youtube.com/watch?v=WsJ4qKSq_Fc

Notifications You must be signed in to change notification settings

rayning0/game-of-life-ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My TDD version of Game of Life, in Ruby

http://en.wikipedia.org/wiki/Conway's_Game_of_Life

To run (Ruby 2.0.0)

ruby start.rb

I wrote 2 versions

  1. Color graphics and sound version, using Gosu:
  1. 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:

About

My 2 versions of Game of Life, in Ruby, with TDD: 1) Color graphics version, with Gosu. 2) Text version, with Unicode characters. See YouTube video of my game: https://www.youtube.com/watch?v=WsJ4qKSq_Fc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages