/game-of-life-processing

Game of Life with Processing

Primary LanguageProcessing

game-of-life-processing

An implementation of Conway's Game of Life using the visual art sketchbook Processing

game of life sample

setup

  1. Install Processing
  2. Clone this repo
  3. In Processing, goto File -> Open... and select the GOL.pde file from the this repo
  4. Hit the play button, or CMD+r to run