Skip to content

HicaroD/game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life

Conway's Game of Life.

You can see a demo of the program here.

Goals

  • Enjoy the beauty of "Life".
  • Learn more about C++.
  • Code more.

Rules

From Wikipedia:

  • Any live cell with two or three live neighbours survives.
  • Any dead cell with three live neighbours becomes a live cell.
  • All other live cells die in the next generation. Similarly, all other dead cells stay dead.

License

This project is licensed under the MIT License. See LICENSE.

About

🧬 Conway's Game of Life.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published