Conway's Game of Life Made in c++ by me. How to Download and run: Make sure you have git and cmake installed. git clone https://github.com/AbdullahElsheshtawy/GameOfLife cd GameOfLife cmake -B build && cmake --build build && ./build/bin/main Enjoy the simulation!