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.
-r PLAYERSpecifies the player to be shown on the rows of the table. If not specified, the default is player number 1.
-c PLAYERSpecifies the player to be shown on the columns of the table. If not specified, the default is player number 2.
-hPrints a help message listing the available options.
-qSuppresses printing of the banner at program launch.