summaryrefslogtreecommitdiffstats
path: root/CLI/ruby/lib/game_of_life/universe.rb
AgeCommit message (Expand)AuthorFilesLines
2020-12-03Minor fixes to the documentation to look bettera14m1-6/+7
2020-12-03Fix memory leakage between current and future statea14m1-1/+2
2020-12-02Update the Universe implementationa14m1-3/+33
2020-12-02Implement the basics of GameOfLife universea14m1-6/+15
2020-11-29Use the more common delegate method (ruby std not rails)a14m1-1/+1
2020-11-29Add the basic Universe classa14m1-0/+26