Skip to content

mark-rahal/minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SFML Minesweeper

My take on the game Minesweeper, written in C++ with the SFML library.

  • Get a working window.
  • Render some sprites.
  • Create the game board.
  • Mouse polling to click on tiles.
  • Update a tile's texture when user clicks it.
  • Game logic.
  • Read in board data from a map file.
  • Save and load games.
  • Menu with options.

More coming soon...

About

Minesweeper game in C++

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors