Visual implementation of Conway's Game of Life in C++ using Raylib.
You first need to install raylib.
git clone https://github.com/youshitsune/game-of-life
cd game-of-life/
make
Just run the gof
executable.
Visual implementation of Conway's Game of Life in C++ using Raylib.
You first need to install raylib.
git clone https://github.com/youshitsune/game-of-life
cd game-of-life/
make
Just run the gof
executable.