Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 452 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 452 Bytes

Minesweeper

This is a simplistic Minesweeper game built in C for MIT's 6.179 (Introduction to C).

Getting Started

Steps for running the game:

  1. Clone the repository to your local machine
  2. Navigate to the src folder in your command line
  3. Run "gcc Minesweeper.c -lSDL2_mixer -lSDL2_image -lSDL2_ttf `sdl2-config --cflags --libs` && ./a.out"
  4. Input your desired difficulty to the command line
  5. Play!

Authors

  • Josh Rosenkranz