Conway's Game of Life, in Ruby.
bundle install
ruby2d
installation might fail if the SDL2 library hasn't been installed. See here
bundle exec rake
Usage: rake [options]
-w, --width [WIDTH] Width of the game board
--height [HEIGHT] Height of the game board
-m, --mode [MODE] Rendering mode, console by default
console, gui
-h, --help Help
bundle exec rake -- --width=64 --height=48 --mode=gui
gui
mode requires ruby2d
to be installed. Check it out here.
bundle exec rake spec