Skip to content

alejandrofsevilla/minesweeper

Repository files navigation

MacOsWorkflow LinuxWorkflow WindowsWorkflow

Minesweeper

Implementation of Minesweeper game using SFML.

screenshot

Requirements

Build and Install

  • Clone the repository to your local machine.
    git clone https://github.com/alejandrofsevilla/minesweeper.git
    cd minesweeper
    
  • Build.
    cmake -S . -B build
    cmake --build build
    
  • Portable installation.
    cmake --install build