Starter Example Conway's Game of Life in Opal:
... This is a good start, but since (https://www.sitepoint.com/opal-ruby-browser-basics/) apparently didn't add a follow-up article for the actual game implementation, I added a "Custom Steps" section and will look into adding the actual implementation of the game.
Fix for Rakefile:
rake build
bundle exec guard
(Pressing will force a re-build.)
Open index.html in browser.
A simple Hello World via outputting a sum of cubes to the JS console.
See files under doc/example_steps/0_sum_of_cubes
Grid lines to cover entire growser viewport.
See files under doc/example_steps/1_drawing_blank_grid
Click a cell to fill or clear it.
See files under doc/example_steps/2_click_to_toggle
- (... leading to an implementation of Conway's Game of Life, since (https://www.sitepoint.com/opal-ruby-browser-basics/) apparently didn't add a follow-up article for the actual game implementation ...)
Click a cell to fill or clear it.
See files under doc/example_steps/3_draw_modes_and_colors



