/conway-of

Conway's Game of Life - openFrameworks implementation

Primary LanguageC++MIT LicenseMIT

Use

Compile the application or download the zip of the Mac-compatible binary and run it.

The application starts in an inactive mode (paused). Click anywhere to create blocks, then hit the spacebar to watch them interact. See the Wikipedia page for examples of patterns that produce interesting interactions.

Keys:

  • spacebar - starts and pauses
  • f - go fullscreen
  • c - clears the canvas
  • h - highlight newly created cells
  • g - create a glider gun (pauses movement, hit space to restart)
  • p - create a puffer train (pauses movement, hit space to restart)

Glider gun example:

image

source

Info

An implementation of Conway's Game of Life in openFrameworks

Created by Chris Roby

MIT Licensed