Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cyprich/game_of_life
My implementation of Conway's Game of Life in C++
https://github.com/cyprich/game_of_life
Last synced: about 2 months ago
JSON representation
My implementation of Conway's Game of Life in C++
- Host: GitHub
- URL: https://github.com/cyprich/game_of_life
- Owner: cyprich
- Created: 2024-11-20T15:49:42.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-11-20T16:13:55.000Z (about 2 months ago)
- Last Synced: 2024-11-20T16:42:22.545Z (about 2 months ago)
- Language: C++
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Conway's Game of Life
My implementation of [Conway's Game of Life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life) in C++ using [raylib](https://www.raylib.com/)![preview](./preview.png)