random

:-)
git clone read: git://git.margiolis.net/random.git
Log | Files | Refs | LICENSE

minecurses.6 (730B)


      1 .Dd minecurses\-VERSION
      2 .Dt MINECURSES 6
      3 .Os
      4 .Sh NAME
      5 .Nm minecurses
      6 .Nd a terminal minesweeper game
      7 .Sh SYNOPSIS
      8 .Nm
      9 .Sh DESCRIPTION
     10 .Nm
     11 starts a 
     12 .Xr curses 3
     13 minesweeper game. The objective is to find and defuse all the mines,
     14 not open all the non-mine cells, like in most minesweeper games; this
     15 makes the game relatively harder.
     16 .Sh OPTIONS
     17 The following option are used on runtime:
     18 .Bl -tag -width 8n
     19 .It Sy q
     20 quit game
     21 .It Sy w
     22 move up on the Y axis
     23 .It Sy s
     24 move down on the Y axis
     25 .It Sy a
     26 move left on the X axis
     27 .It Sy d
     28 move right on the X axis
     29 .It Sy f
     30 flag cell
     31 .It Sy g
     32 defuse mine (if flagged only)
     33 .It Sy ENTER/o
     34 open cell
     35 .Sh SEE ALSO
     36 .Xr curses 3
     37 .Sh AUTHORS
     38 .An Christos Margiolis Aq Mt christos@margiolis.net