Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 796 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 796 Bytes

Game-of-Life

John Conway's Game of Life created in C using SDL.

This was my AP CS Principles project submission for 2021 exams, I ended up getting a 4. Don't know if it was because of this or the MC :P

Building

If on Windows, make sure you have the following installed:

  • MinGW
  • SDL

Then, run make in the command line. The binary should be located in build/gol.exe.

It should be easy to compile on other platforms. You just need to compile this version of NativeFileDialog, put the libraries in the folders, and edit the Makefile. This is my first real project in C so sorry if it sucks.

Libraries used