rfunduk / game-of-life

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 56.0%Language:Ruby 40.9%Language:CSS 3.1%