games(1): add some of the new games, not all have full description tho

This commit is contained in:
cinap_lenrek 2014-02-22 02:46:46 +01:00
parent f001c8c8f4
commit 8593d20b8f

View file

@ -1,11 +1,35 @@
.TH GAMES 1 .TH GAMES 1
.SH NAME .SH NAME
4s, 5s, festoon, juggle, life, mahjongg, memo, sokoban, sudoku \- time wasters 4s, 5s, blabs, catclock, doom, festoon, gb, geigerstats, glendy, juggle, life, mandel, mahjongg, memo, midi, mines, mole, nes, packet, sokoban, sudoku \- time wasters
.SH SYNOPSIS .SH SYNOPSIS
.B games/4s .B games/4s
.br .br
.B games/5s .B games/5s
.br .br
.B games/blabs
[
.B -i
] [
.B -k
.I k-floor
] [
.B -n
.I track-length
] [
.B -w
.I track-width
] [
.B -x
.I gravity-x
] [
.B -y
.I gravity-y
]
.br
.B games/catlock
.br
.B games/doom
.br
.B games/festoon .B games/festoon
[ [
.B -pet .B -pet
@ -15,6 +39,20 @@
.I percent-invented-nouns .I percent-invented-nouns
] ] ] ]
.br .br
.B games/gb
[
.B -a
] [
.B -2
|
.B -3
]
.I romfile
.br
.B games/geigerstats
.br
.B games/glendy
.br
.B games/juggle .B games/juggle
[ [
.B -d .B -d
@ -30,6 +68,8 @@
.B games/life .B games/life
.I startfile .I startfile
.br .br
.B games/mandel
.br
.B games/mahjongg .B games/mahjongg
[ [
.B -c .B -c
@ -51,6 +91,45 @@
.B -h .B -h
] ]
.br .br
.B games/midi
.I midifile
.br
.B games/mines
.br
.B games/mole
.br
.B games/nes
[
.B -2
|
.B -3
]
.I romfile
.br
.B games/packet
[
.B -n
.I nnode
] [
.B -o
.I speed-offset
] [
.B -d
.I decay
] [
.B -b
.I speed-bonus
] [
.B -r
.I regen-rate
] [
.B -t
.I thick-factor
] [
.B -T
.I display-threshold
]
.br
.B games/sokoban .B games/sokoban
[ [
.I level .I level
@ -96,6 +175,15 @@ and
.LR control-D .LR control-D
quit. quit.
.TP .TP
.B doom
This is a port of id Softwares doom I and II engine.
In Doom, players assume the role of a space marine, who became
popularly known as "Doomguy", fighting their way through hordes
of invading demons from Hell. Game data (WAD-files) for
.B doom
are not part of the distribution, but free WAD-files
can be obtained on the net like the shareware version.
.TP
.B festoon .B festoon
Generate an official-looking but utterly nonsensical bureaucratic report as Generate an official-looking but utterly nonsensical bureaucratic report as
.L "pic | eqn | tbl | troff -mm" .L "pic | eqn | tbl | troff -mm"
@ -107,6 +195,22 @@ and
.B -t .B -t
add gibberish diagrams, equations and tables. add gibberish diagrams, equations and tables.
.TP .TP
.B gb
Is a Nintendo gameboy emulator. The
.B -a
option enables audio. The screen size can be
scaled with
.B -2
and
.B -3
options.
The last argument
.I romfile
is the filename to the gameboy rom.
.TP
.B glendy
Dont let the rabbit escape.
.TP
.B juggle .B juggle
Display the juggling Display the juggling
.I pattern .I pattern
@ -180,6 +284,17 @@ option sets the game to hard mode.
Once the game has been completed, a message pops up with how long it took to win. Once the game has been completed, a message pops up with how long it took to win.
Use the button 3 menu to choose a mode, or click to play again. Use the button 3 menu to choose a mode, or click to play again.
.TP .TP
.B nes
Is a Nintendo entertainment system (NES) emulator. The
The screen size can be adjusted with
.B -2
and
.B -3
flags.
The last argument
.I romfile
is a filename to the nes rom.
.TP
.B sokoban .B sokoban
Guide Glenda through a room full of walls, pebbles and holes to put Guide Glenda through a room full of walls, pebbles and holes to put
the pebbles in. Your goal is to arrange all pebbles into holes by the pebbles in. Your goal is to arrange all pebbles into holes by
@ -297,6 +412,13 @@ image sprites and levels used by
.B /sys/games/lib/sudoku/* .B /sys/games/lib/sudoku/*
images and boards used by images and boards used by
.I sudoku .I sudoku
.TP
.B $home/lib/doom/*
.TP
.B /sys/lib/doom/*
.TP
.B /sys/games/lib/doom/*
doom WAD-files.
.SH SOURCE .SH SOURCE
.B /sys/src/games .B /sys/src/games
.SH BUGS .SH BUGS