Game of Life simulator
  • C 95.4%
  • CMake 4.6%
Find a file
2024-11-08 23:49:45 +01:00
img Wroking 2024-11-07 00:18:59 +01:00
inc User input added 2024-11-08 13:54:01 +01:00
src Commented functions and updated readme 2024-11-08 16:34:37 +01:00
.clang-format User input added 2024-11-08 13:54:01 +01:00
.gitignore printed char in the middle 2024-11-02 21:48:18 +01:00
CMakeLists.txt Update CMakelists 2024-11-08 23:49:45 +01:00
README.md Commented functions and updated readme 2024-11-08 16:34:37 +01:00

Game of Life

Program animation

This is a simple simulator written in C as side project. It is based on John's Conway Game of Life mathematical model.

The program uses a UNIX only library. To compile for windows, change the time library to the respective one.