8000 GitHub - alejandrofsevilla/minesweeper: Implementation of minesweeper game using SFML library.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

alejandrofsevilla/minesweeper

Repository files navigation

MacOsWorkflow LinuxWorkflow WindowsWorkflow

Minesweeper

C++ implementation of minesweeper game using SFML library.

Requirements

Build and Install

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

About

Implementation of minesweeper game using SFML library.

Topics

Resources

Stars

Watchers

Forks

0