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

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

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
```