Skip to content

raglandconnor/Minesweeper-Clone

Repository files navigation

Minesweeper

Instructions for Running:

Clone Repository

cd [where you want to download]
git clone https://github.com/raglandconnor/Minesweeper-Clone

Install SFML

MacOS Installation

brew install sfml

Create Compiled Program

g++ -std=c++17 -o Minesweeper main.cpp Board.cpp LeaderboardWindow.cpp TextureManager.cpp Tile.cpp WelcomeWindow.cpp

Run Executable

./Minesweeper

About

Classic Minesweeper Game. Final project for COP3503C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published