Game of life

Created a game of life clone

Game of life

Game of life c++ version

Did my own implementation then I stumbled upon Abrash's book

Has some options:

  • ‘a’ - toggle render using alive cell determiniation, default is on
  • ‘v’ - toggle vsync, default is on
  • ’s’ - print out stats of main loop
  • ‘z’ - randomly populate alive cells
  • ‘x’ - create a grid of alive cells
  • ‘q’ - quit
  • ‘space’ - start/stop simulation
  • ‘mouse click’ - set cell as alive