Skip to content

joshrosenkranz/minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages