Conway's Game of Life

I decided I wanted to try to implement "Conway's Game of Life", and I decided to do this in the programming language C. I had heard about the library "Raylib", and wanted to try it out in this project. It was easy to set up, and quite intuitive.

Example of Conway's Game of Life

Link to the GitHub repository, if you want to compile it and try it out!