Ecosyste.ms: Awesome

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

https://github.com/stevenandrewcarter/opal_conway

Conway Game of Life, implemented with Opal and Ruby
https://github.com/stevenandrewcarter/opal_conway

Last synced: 4 months ago
JSON representation

Conway Game of Life, implemented with Opal and Ruby

Lists

README

        

opal_conway
===========

Conway Game of Life, implemented with Opal and Ruby. Implemented as per the example at http://www.sitepoint.com/opal-ruby-browser-game-life/

Execution
---------

Run the following command to create a new instance of guard
bundle exec guard

or run the rake command
rake build

To compile the js file for the project

References
----------

[Opal](https://github.com/opal/opal)