https://github.com/renuo/game-of-life
variety challenge over n rounds
https://github.com/renuo/game-of-life
challenge game-of-life r-wg-education variety
Last synced: about 1 month ago
JSON representation
variety challenge over n rounds
- Host: GitHub
- URL: https://github.com/renuo/game-of-life
- Owner: renuo
- License: mit
- Created: 2015-11-09T08:29:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-28T07:38:40.000Z (about 1 year ago)
- Last Synced: 2025-04-20T10:09:42.104Z (about 2 months ago)
- Topics: challenge, game-of-life, r-wg-education, variety
- Language: Ruby
- Homepage:
- Size: 155 KB
- Stars: 3
- Watchers: 11
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Variety: Game of Life
## Setup
```bash
bundle install
```## Make your own game
```bash
cp -r ./example 00-
```Then edit the `game.rb` file in the new directory.
## Run
See a listing of all games and run one:
```bash
bin/run
```You could also run a custom game like that:
```bash
GAME_PATH=--/game ruby visualize.rb
```