gambit-nfg2html

Name

gambit-nfg2html -- Converts a Gambit .nfg file to HTML

Synopsis

gambit-nfg2html [-r PLAYER] [-c PLAYER] [-h] [-q]

DESCRIPTION

gambit-nfg2html reads a Gambit .nfg file on standard input and outputs the game's payoff table as HTML.

This program creates a representation of the input file as a series of HTML tables. If the game has only two players, one table is created; if the game has more than two players, one table is created for each combination of the strategies of players other than the row player and column player.

OPTIONS

-r PLAYER

Specifies the player to be shown on the rows of the table. If not specified, the default is player number 1.

-c PLAYER

Specifies the player to be shown on the columns of the table. If not specified, the default is player number 2.

-h

Prints a help message listing the available options.

-q

Suppresses printing of the banner at program launch.

USAGE

gambit-nfg2html [OPTIONS] < file.nfg

CAVEATS

The HTML output is currently very crude. Contributions of more advanced features (such as improved formatting options, use of stylesheets, and so forth) are sought and welcomed.

BUGS

None known.

AUTHOR

Theodore Turocy