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: 2 months ago
JSON representation
Conway Game of Life, implemented with Opal and Ruby
- Host: GitHub
- URL: https://github.com/stevenandrewcarter/opal_conway
- Owner: stevenandrewcarter
- License: apache-2.0
- Created: 2014-04-15T06:37:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-04-15T07:56:47.000Z (over 10 years ago)
- Last Synced: 2024-08-01T23:40:50.255Z (5 months ago)
- Language: JavaScript
- Size: 207 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-opal - Opal Conway - Conway Game of Life, implemented with Opal and Ruby (Uncategorized / Uncategorized)
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 guardor run the rake command
rake buildTo compile the js file for the project
References
----------[Opal](https://github.com/opal/opal)