Skip to content

beddinao/game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GAME-OF-LIFE

Controls

  • Zoom: use the MOUSE WHEEL to zoom in or out.
  • Navigate World: press the MOUSE RIGHT KEY and drag around.
  • Generation speed: press UP or DOWN to change how many frames a single generation take.

Usage

$ gol [path to a valid RLE file]
               - a library of more than 4700 seeds under the ./seeds directory
               - default is a random seed

Requirements

  • Linux or Macos
  • glfw (libglfw3-dev)
  • cmake >= 3.18

Examples

 ./gol

random

 ./gol seeds/movingsawtooth.rle

movingsawtooth

 ./gol seeds/spacefiller1.rle

spacefiller