/game-of-life

A quick little game-of-life simulation implementation. About half a day of work. Just for fun :)

Primary LanguageJavaScript

Game of Life

An odd little Game of Life implementation that uses a Ruby+Rack backend to do step generations, but where the results are fed to a JavaScript front-end for drawing via canvas.

Done in about 3 hours.

Usage

Clone the repo.

bundle install
bundle exec rspec
bundle exec thin start