No description
  • C 97.2%
  • C++ 1.4%
  • CMake 0.9%
  • Objective-C 0.5%
Find a file
2026-07-15 16:46:01 +02:00
assets/fonts added on-screen logging 2023-08-04 00:35:51 +02:00
include/SDL2 Add project files. 2023-08-02 02:49:56 +02:00
lib/SDL2 Add project files. 2023-08-02 02:49:56 +02:00
patterns fixed on-screen logging 2023-08-05 00:24:08 +02:00
src fixed on-screen logging 2023-08-05 00:24:08 +02:00
.gitattributes Add .gitattributes and .gitignore. 2023-08-02 02:49:52 +02:00
.gitignore Add .gitattributes and .gitignore. 2023-08-02 02:49:52 +02:00
GameOfLife.sln Add project files. 2023-08-02 02:49:56 +02:00
GameOfLife.vcxproj cleaned the code 2023-08-05 00:04:05 +02:00
GameOfLife.vcxproj.filters cleaned the code 2023-08-05 00:04:05 +02:00
libFLAC-8.dll Add project files. 2023-08-02 02:49:56 +02:00
libjpeg-9.dll Add project files. 2023-08-02 02:49:56 +02:00
libmodplug-1.dll Add project files. 2023-08-02 02:49:56 +02:00
libmpg123-0.dll Add project files. 2023-08-02 02:49:56 +02:00
libogg-0.dll Add project files. 2023-08-02 02:49:56 +02:00
libopus-0.dll Add project files. 2023-08-02 02:49:56 +02:00
libopusfile-0.dll Add project files. 2023-08-02 02:49:56 +02:00
libpng16-16.dll Add project files. 2023-08-02 02:49:56 +02:00
libtiff-5.dll Add project files. 2023-08-02 02:49:56 +02:00
libvorbis-0.dll Add project files. 2023-08-02 02:49:56 +02:00
libvorbisfile-3.dll Add project files. 2023-08-02 02:49:56 +02:00
libwebp-7.dll Add project files. 2023-08-02 02:49:56 +02:00
README.md Add initial README for Game Of Life implementation 2026-07-15 16:46:01 +02:00
SDL2.dll Add project files. 2023-08-02 02:49:56 +02:00
SDL2_image.dll Add project files. 2023-08-02 02:49:56 +02:00
SDL2_mixer.dll Add project files. 2023-08-02 02:49:56 +02:00
SDL2_ttf.dll Add project files. 2023-08-02 02:49:56 +02:00
zlib1.dll Add project files. 2023-08-02 02:49:56 +02:00

Game Of Life

My implementation of the classic Conway's Game of Life.

It also supports copy and paste and save mechanics.