git.fiddlerwoaroof.com
Browse code

final tweaks

fiddlerwoaroof authored on 05/04/2015 06:28:25
Showing 5 changed files
... ...
@@ -127,7 +127,8 @@ class MazeDigger(object):
127 127
 
128 128
 
129 129
 if __name__ == '__main__':
130
-   import wilson as aldus
130
+   import sys
131
+   aldus = __import__(sys.argv[1])
131 132
    import time
132 133
    import libtcodpy as tc
133 134
 
134 135
new file mode 100755
135 136
Binary files /dev/null and b/libtcod.so differ
136 137
new file mode 100755
137 138
Binary files /dev/null and b/libtcodgui.so differ
138 139
new file mode 100755
139 140
Binary files /dev/null and b/libtcodxx.so differ
140 141
Binary files a/tmp.png and b/tmp.png differ