Moved dungeon.c and dungeon.h templates into external files. 259/head
authorAaron Traas <aaron@traas.org>
Sun, 23 Jul 2017 16:07:10 +0000 (12:07 -0400)
committerAaron Traas <aaron@traas.org>
Sun, 23 Jul 2017 16:15:25 +0000 (12:15 -0400)
commit319c5830c835b86cdcaa56e2ba9bdb50549e9186
tree8e6c2061064745f5709822a49db33fbef07e9b77
parent8765f49fdc85e804490ebda4b0b6caee32a45af2
Moved dungeon.c and dungeon.h templates into external files.

Also refactored to use named vars in the templates, so it's easier to
refactor, as order when you call .format() isn't important.
make_dungeon.py
templates/coverage_dungeon.html.tpl [new file with mode: 0644]
templates/dungeon.c.tpl [new file with mode: 0644]
templates/dungeon.h.tpl [new file with mode: 0644]
tests/coverage_dungeon.html.tpl [deleted file]
tests/coverage_dungeon.py