An open API service indexing awesome lists of open source software.

https://github.com/comba92/life-automata

⬜⬛ C++ implementation with SDL2 of Conway's Game of Life
https://github.com/comba92/life-automata

conways-game-of-life cpp game makefile sdl2 simulation

Last synced: 3 days ago
JSON representation

⬜⬛ C++ implementation with SDL2 of Conway's Game of Life

Awesome Lists containing this project

README

          

# ⬛⬜ Life Automata
C implementation of Conway's game of life with SDL2.
It's an old project from August 2022, which I never polished and published.
Now it lives again.

![preview animation](preview.gif)

# Build
make and g++ are required. SDL2 is included in the libs folder.

```bash
make
```

# Keys
- Space Turn on/off the simulation
- Click Add/remove cells from the grid. Clicking on an empty cell adds, while clicking on a living cell removes it.