Skip to content
This repository has been archived by the owner on Aug 8, 2020. It is now read-only.

abraham/life

Repository files navigation

Life

In 3D!!!

This is a prototype visualization of Conway's Game of Life represented in 3D. We built this at Bendyworks during our regular professional development time.

(BTW we are hiring)

Example

Demo video

Getting started

  1. Download the code
  2. Run bundle install to get Ruby dependancies
  3. Run bower install to get JS dependancies
  4. Run ruby go.rb to start server
  5. Open http://localhost:4567 in your browser