Skip to content

Mundreanuc223/MineSweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

MineSweeper

MineSweeper game in c++ utilizing the SFML library.

Window.cpp contains one functiont that implements the games welcome window. This function is called in main.cpp.

Board.cpp deals deals with both creating the board and utilizes object-oriented programming to create each tile of the game board. This file also contains the code to display the MineSweeper game window and all functionalities.

TextureManager.cpp implements an efficent way to store SFML textures.

HelperFunctions.cpp contains miscellaneous functions revolved around the managing textures and various SFML objects.

About

MineSweeper game in c++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages