Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arturt/game-of-life-in-ruby
Game of Life. Ruby project inspired by Coderetreat PK.
https://github.com/arturt/game-of-life-in-ruby
Last synced: 6 days ago
JSON representation
Game of Life. Ruby project inspired by Coderetreat PK.
- Host: GitHub
- URL: https://github.com/arturt/game-of-life-in-ruby
- Owner: ArturT
- Created: 2012-06-16T17:20:47.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-06-19T18:50:52.000Z (over 12 years ago)
- Last Synced: 2024-10-11T03:11:11.032Z (about 1 month ago)
- Language: Ruby
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Game-of-Life-in-Ruby
====================Game of Life. Ruby project inspired by Coderetreat PK.
# Basic information about game
Board is an area where game happens.
Board are infinity. We display only part of game board. Cells are living also outside the board and sometimes they could come to visible part of board.# Example output
OO
O O
OO O O
O O O O
OO O O
OO
OO OO O O O
O O O
OO OOOO O
OO O O
O O O
OO OO OO
OO O O
O O
OO
OO
O O
O O
O O
O
Cells on board 73