This is a simplistic Minesweeper game built in C for MIT's 6.179 (Introduction to C).
Steps for running the game:
- Clone the repository to your local machine
- Navigate to the src folder in your command line
- Run "gcc Minesweeper.c -lSDL2_mixer -lSDL2_image -lSDL2_ttf `sdl2-config --cflags --libs` && ./a.out"
- Input your desired difficulty to the command line
- Play!
- Josh Rosenkranz