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.