Signed-off-by: Bensuperpc <bensuperpc@gmail.com> |
||
---|---|---|
.github | ||
cmake | ||
docs | ||
source | ||
test | ||
.clang-format | ||
.clang-tidy | ||
.codespellrc | ||
.gitignore | ||
BUILDING.md | ||
CMakeLists.txt | ||
CMakePresets.json | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
HACKING.md | ||
LICENSE | ||
Makefile | ||
README.md | ||
codespell.ignore-words.txt |
README.md
game-of-life
My game of life with raylib and raylib-cpp (C and C++ version).
Features
Features | state | Version |
---|---|---|
Game of life C | ✓ | 1.0.0 |
Game of life C++ | ✓ | 1.0.0 |
Multi-thread (OpenMP) | ✓ | 1.0.0 |
Free camera | ✓ | 1.0.0 |
Load/Unload file | ✓ | 1.0.0 |
Unit test | ✓ | 1.0.0 |
Benchmark | ✓ | 1.0.0 |
Change GOL size in game | ✗ | WIP |
GPU/CUDA | ✗ | - |
Media
Screenshot
Video
Contributing
Building and installing
See the BUILDING document.
See the CONTRIBUTING document.
Licensing
See the LICENSE document.