Conway's Game of Life with raylib and raylib-cpp (C and C++ version)
 
 
 
 
Go to file
Bensuperpc a4f929aa3f
Update vector
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
2022-07-12 15:06:14 +02:00
.github Fix lint 2022-06-14 21:58:53 +02:00
cmake Update vector 2022-07-12 15:06:14 +02:00
docs Add file 2022-06-06 21:35:02 +02:00
source Update vector 2022-07-12 15:06:14 +02:00
test Update vector lib 2022-07-03 21:20:36 +02:00
.clang-format Update 2022-06-07 23:49:56 +02:00
.clang-tidy Add file 2022-06-06 21:35:02 +02:00
.codespellrc Add file 2022-06-06 21:35:02 +02:00
.gitignore Add file 2022-06-06 21:35:02 +02:00
BUILDING.md Add file 2022-06-06 21:35:02 +02:00
CMakeLists.txt Update to cmake-init 0.31.2 and improve cmake 2022-07-11 00:33:01 +02:00
CMakePresets.json Update to cmake-init 0.31.2 and improve cmake 2022-07-11 00:33:01 +02:00
CODE_OF_CONDUCT.md Add file 2022-06-06 21:35:02 +02:00
CONTRIBUTING.md Add file 2022-06-06 21:35:02 +02:00
HACKING.md Update linux 2022-06-16 14:39:14 +02:00
LICENSE Update LICENSE 2022-06-16 14:41:56 +02:00
Makefile Update to cmake-init 0.31.2 and improve cmake 2022-07-11 00:33:01 +02:00
README.md Update README.md 2022-06-29 10:23:20 +02:00
codespell.ignore-words.txt Fix CI 2022-06-07 15:32:17 +02:00

README.md

game-of-life

My game of life with raylib and raylib-cpp (C and C++ version).

Build and tests Continuous Integration

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

Screenshot_20220611_215823

Video

IMAGE ALT TEXT

Contributing

Building and installing

See the BUILDING document.

See the CONTRIBUTING document.

Licensing

See the LICENSE document.