Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 353 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 353 Bytes

Conway's Game of Life

A simple implementation in Ruby with the ruby-opengl gem providing OpenGL rendering support. You may need to alter the paths to GLUT and GL.

Starting seed is hardcoded in lib/render.rb.

Usage

ruby lib/render.rb

Issues

Performance is poor.