Simple implementation of Mr. Jack board game in C and SDL2 for a school project.
In linux, install SDL2 with the following command:
sudo apt install libsdl2-dev
and use the cmake configuration to build. For other platforms follow this guide. You will also need the assets folder, contact me for that.