diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-07-26 20:19:23 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-07-26 20:19:23 +0000 |
commit | 5a61fdd6c9ff9872e4e0c3a1c449a08935034729 (patch) | |
tree | cc9ccd5a653a952a7c156c098bd59ce29ab53ad7 /games/tetris/tetris.6 | |
parent | 14be15feb70887ab60a3599332eae67d4c35fead (diff) |
add classic mode, closer to the way tetris felt a couple decades ago; pjanzen@ ok
Diffstat (limited to 'games/tetris/tetris.6')
-rw-r--r-- | games/tetris/tetris.6 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/games/tetris/tetris.6 b/games/tetris/tetris.6 index 9f92478dd36..a107039bd52 100644 --- a/games/tetris/tetris.6 +++ b/games/tetris/tetris.6 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tetris.6,v 1.10 2001/08/18 03:27:17 pjanzen Exp $ +.\" $OpenBSD: tetris.6,v 1.11 2002/07/26 20:19:22 mickey Exp $ .\" .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. @@ -44,7 +44,7 @@ .Nd the game of tetris .Sh SYNOPSIS .Nm tetris -.Op Fl ps +.Op Fl cps .Op Fl k Ar keys .Op Fl l Ar level .Sh DESCRIPTION @@ -77,6 +77,9 @@ quit .Pp The options are as follows: .Bl -tag -width indent +.It Fl c +Classic tetris mode, in which shapes rotate clockwise and are drawn with +.Dq [] . .It Fl k Ar keys The default control keys can be changed using the .Fl k |