hugovelias/gameoflife
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# Project: Simple Game of Life automaton in ruby # Author: Hugo V. Elías (c0d34fn@gmail.com) Instructions: 1. install ruby (only thing needed) 2. go into terminal then load ruby interactive shell >irb 3. once in ruby interactive shell load app like this >load 'runner.rb' 4. still in ruby interactive shell run app like this >Runner.new(grid_size: N, sleep_time: M) 5. hit enter and see it go!