1
0
Fork 0
mirror of https://github.com/Oreolek/gamebookformat.git synced 2024-06-30 21:55:10 +03:00
Commit graph

4 commits

Author SHA1 Message Date
Pelle Nilsson f0ad6ea094 Halfway through refactoring output formats.
The idea now is that only simple plain-text template files are used
for all formats, rather than having a Python class for each one.
At least for the currently supported formats this seems to work very well.
Need to clean up and remove all the reduntant class definitions sometime.
2013-05-28 23:31:09 +02:00
Pelle Nilsson 0bd449d1b2 Basic RTF output added. 2013-05-28 07:02:47 +02:00
Pelle Nilsson 31c49e8118 Raise error if attempting to us RTF, as it is not yet implemented. 2013-05-27 23:48:13 +02:00
Pelle Nilsson 4986b40cf0 Initial basic version of gamebook formatter.
Reused old paragraphs.py and test_paragraphs.py.
Implemented very basic output for Graphviz DOT and LaTeX files.
Basic plain-text debug output.
2013-05-27 23:33:36 +02:00