An open API service indexing awesome lists of open source software.

https://github.com/caneroj1/gameoflife

Conway's Game of Life implementation in Ruby
https://github.com/caneroj1/gameoflife

Last synced: about 2 months ago
JSON representation

Conway's Game of Life implementation in Ruby

Awesome Lists containing this project

README

        

Game of Life


My Conway's Game of Life implementation in Ruby.


When running the game via the terminal, it accepts two command-line arguments for window size.
If the arguments are not present, the window defaults to 480x480.


```
ruby GameOfLife/ruby/game_of_life.rb 480 480
```