Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 320 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 320 Bytes

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.