Ruby implementation of Conway's Game of Life
Run the game in terminal with
ruby game_window.rb
- Space - Start and pause the game
- C - Clear the grid
- R - Randomize the grid
- D - Create glider gun
- Mouse Left Click - Invert the state of the cell
- Esc - Quit