/The-GRID-game-in-C

A game that simulates the evolution of cells on a grid. The user inputs the size and number of iterations. The cells' state is updated based on their alive neighbors. The updated state is printed at each iteration.

Primary LanguageC

Stargazers