Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tank-bohr/life

Conway's Game of Life
https://github.com/tank-bohr/life

Last synced: about 2 months ago
JSON representation

Conway's Game of Life

Awesome Lists containing this project

README

        

# Life

Conway's Game of Life

## Installation

Add this line to your application's Gemfile:

gem 'life', github: 'tank-bohr/life'

And then execute:

$ bundle

Or install it yourself from th repo:

$ git clone git://github.com/tank-bohr/life.git

Build the gem

$ gem build life.gemspec

Install

$ gem install life.gem

## Usage

$ life.rb

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request