c747dab1fc0025fe8a475d9a3d89aa60b6cb9911
All checks were successful
Gol CI / build (push) Successful in 2m36s
Reviewed-on: #7
GameOfLifeEditor
This is a simple Game Of Life editor written in C++ with raylib & dearImGUI
How to compile the project
Ensure you have g++, cmake and the dependencies of raylib
mkdir build
cd build
cmake ..
make
As for now I will not make this program Windows compatible.
Description
Languages
C++
90.7%
CMake
9.3%