here is a depiction of what the world might look like
its pretty simple, just do:
git clone https://github.com/awestover/theC.git
then run
make
you might have to install sfml too
this is probably the official download page:
download a tar file, and then unzip it,
there is a folder called SFML under
include
If you copy cp -r ~/Downloads/SFML-2.5.1-macos-clang/include/SFML
to the dirrectory that you cloned my project to you should probably be good to go!
sudo apt-get install libsfml-dev
but check the docs
I forget how I did it tbh