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
- Host: GitHub
- URL: https://github.com/caneroj1/gameoflife
- Owner: caneroj1
- Created: 2014-11-26T06:57:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-19T03:57:09.000Z (over 10 years ago)
- Last Synced: 2025-02-03T11:47:55.454Z (4 months ago)
- Language: Ruby
- Size: 3.64 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```