Skip to content

tsoding/mine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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