dusanerdeljan / conways-game-of-life

Simple Conway's game of life made using olcPixelGameEngine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Simple Conway's game of life made using olcPixelGameEngine.


Languages

Language:C++ 100.0%