pathakshashank17 / Conways-Game-of-Life-CPP

C++ implementation of Conway's Game of Life. No GUI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conway-s-Game-of-Life

  • A basic, minimal implementation of Conway's Game of Life. No GUI.
  • Does not work for large values of game area.
  • The entries are given in form of :
    • Number of Rows of game area.
    • Number of Columns of game area.
    • The intital state of population (given row-wise as 1 for alive and 0 for dead).
    • Number of generations to witness.

About

C++ implementation of Conway's Game of Life. No GUI.


Languages

Language:C++ 100.0%