Skip to content

Latest commit

 

History

History
executable file
·
15 lines (11 loc) · 437 Bytes

README.md

File metadata and controls

executable file
·
15 lines (11 loc) · 437 Bytes

MINESWEEPER

build

There are 100 mines in your terminal. Neutralize them all.

screen

Build and install

git clone --recursive https://github.com/EfesX/minesweeper.git
cd minesweeper
cmake -S . -B build
cmake --build build