Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 493 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 493 Bytes

Conway's Game of Life

Simple Conway's game of life made using olcPixelGameEngine (Visual Studio 2015 Project).

For more information about the game visit https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life.

Controls

  • Press and hold Left mouse button to add alive cells.
  • Press and hold Right mouse button to kill alive cells.
  • Press Enter to start the game.
  • Press Escape to restart the game.
  • Press P to pause the game.
  • Press R to generate random population.