Files
GameOfLifeEditor/README.md
lejulien 2427601120
Some checks failed
Gol CI / build (push) Has been cancelled
Update README.md
2026-04-03 12:23:37 +00:00

19 lines
283 B
Markdown

# 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
```shell
mkdir build
cd build
cmake ..
make
```
> The windows version might exist one day