forked from porridge/bambam
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,28 @@ | ||
.TH bambam 6 "2 August 2010" "version 0.4" | ||
.TH bambam 6 "12 February 2014" "version 0.5" | ||
.SH NAME | ||
bambam - a keyboard mashing game for babies | ||
bambam \- a keyboard mashing and doodling game for babies | ||
.SH SYNOPSIS | ||
.B bambam | ||
[\fIOPTIONS\fR] | ||
.SH DESCRIPTION | ||
bambam is a keyboard game for babies written in python. | ||
.TP | ||
\fB\-u\fR, \fB\-\-uppercase\fR | ||
Whether to show UPPER-CASE letters. | ||
.TP | ||
\fB\-\-sound_blacklist\fR=\fIGLOB\fR | ||
List sound filename patterns to never play. | ||
.PP | ||
bambam is a keyboard and mouse game for babies written in Python. | ||
Pressing letter keys prints them in random locations and colours. | ||
Pressing any other key draws little pictures in random locations. | ||
Dragging the mouse while the mouse button is pressed draws in randomly changing | ||
colours. | ||
The screen is cleared at random. | ||
.SH NOTES | ||
To quit, type quit in the game. | ||
\fBTo quit, type quit in the game\fR. | ||
To turn the sound off and on, type mute and unmute, respectively, in the game. | ||
.SH AUTHOR | ||
Spike Burch <[email protected]> | ||
.BR | ||
Marcin Owsiany <[email protected]> | ||
|