1
0
Fork 0
mirror of https://github.com/Oreolek/gamebookformat.git synced 2024-06-26 03:41:04 +03:00

Graphviz link in readme file.

This commit is contained in:
Pelle Nilsson 2013-10-10 21:58:04 +02:00
parent de5f1971a3
commit 75c2196e4f

View file

@ -24,7 +24,7 @@ gamebook on paper or a screen (or for debugging it).
|------------------+-----------+-----------------------------------------------------------------------------------------------| |------------------+-----------+-----------------------------------------------------------------------------------------------|
| LaTeX | .tex | Useful to generate PDFs using pdflatex or whatever LaTeX tools you prefer. | | LaTeX | .tex | Useful to generate PDFs using pdflatex or whatever LaTeX tools you prefer. |
| Rich Text Format | .rtf | Supported because the [[http://www.arborell.com/windhammer_prize.html][Windhammer Prize]] requires it. | | Rich Text Format | .rtf | Supported because the [[http://www.arborell.com/windhammer_prize.html][Windhammer Prize]] requires it. |
| Graphviz DOT | .dot | Use with the Graphviz dot tool to generate a flowchart graph of all sections in the gamebook. | | Graphviz DOT | .dot | Use with the [[http://www.graphviz.org][Graphviz]] dot tool to generate a flowchart graph of all sections in the gamebook. |
| HTML | .html | Play gamebook in browser. | | HTML | .html | Play gamebook in browser. |
| Plain Text | .txt | Raw plain text without formatting. | | Plain Text | .txt | Raw plain text without formatting. |
| Debug Plain Text | .debug | Plain text debug output of gamebook contents. | | Debug Plain Text | .debug | Plain text debug output of gamebook contents. |