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.