MartinKondor / Simple-Minesweeper

This is a simple 3x3 minesweeper written in C++.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple-Minesweeper

This is a simple 3x3 minesweeper written in C++.

Build & Run

To build use g++ with the command:

g++ main.cpp -o main.out

To run, use:

./main.out

License

Check out the LICENSE file.

About

This is a simple 3x3 minesweeper written in C++.

License:Do What The F*ck You Want To Public License


Languages

Language:C++ 100.0%