ljfa-ag / Minesweeper

A Minesweeper library and implementation in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository consists of libminesweeper and MineCurses.

libminesweeper

A free library which implements a minesweeper framework. It manages the game logic and provides an interface for making game moves.

MineCurses

A simple minesweeper game using libminesweeper and ncurses. You can specify the field size and the number of mines at the beginning of the game. Use the arrow keys to navigate, the return key to make a move and the space bar to set a flag.

It also supports mouse input, though that may be bugged on some implementations of ncurses.

About

A Minesweeper library and implementation in C++

License:GNU General Public License v3.0


Languages

Language:C++ 95.5%Language:CMake 4.5%