tsoding / mine

Minesweeper in Terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Terminal Minesweeper

thumbnail

This screenshot is slightly outdated, but I could not be bothered to update it, sorry

Quick Start

It's written in Free Pascal (sorry about that).

$ fpc ./mine.pas
$ ./mine

Controls

key description
w,a,s,d Move cursor around
SPACE Open cell
f Flag/unflag cell
r Restart
q Quit

Debug Mode

Build with debug mode:

$ fpc -dDEBUG mine.pas
$ ./mine

Debug Controls

key description
p Peek behind closed cells

About

Minesweeper in Terminal

License:MIT License


Languages

Language:Pascal 100.0%