Files
GameOfLifeEditor/README.md
lejulien 0b70772009
All checks were successful
Gol CI / build (push) Successful in 2m29s
README: Adding a preview
2026-04-09 11:25:05 +02:00

23 lines
313 B
Markdown

# GameOfLifeEditor
This is a simple Game Of Life editor written in C++ with raylib & dearImGUI
---
![preview](preview.png)
---
## 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