summaryrefslogtreecommitdiffstats
path: root/CLI/ruby/lib/game_of_life.rb
AgeCommit message (Expand)AuthorFilesLines
2020-12-06Add the GameOfLife::Error base classa14m1-0/+3
2020-12-03Add the GameOfLife module API for generating universes and running thema14m1-1/+51
2020-11-29Add the basic cell representation objecta14m1-0/+1
2020-11-29Add the basics for input generatora14m1-0/+1
2020-11-29Auto load the generators (to lazy load) only required generatora14m1-1/+5
2020-11-29Add CLI default options parsing (Thor)a14m1-0/+1
2020-11-27Initial commit of the ruby gema14m1-0/+8