Not logged in

Differences From Artifact [af5cb5a3d6e9d0dd]:

File hangman/hangman part of check-in [9f5aa980c6] - update hangman; now works with retro 11 (this is a direct port, needs cleanup) by marc on 2011-01-19 17:15:33. [annotate] Also file games/hangman/hangman part of check-in [53759181d1] - move hangman to games directory by crc on 2011-10-24 11:36:24. [annotate] [view]

To Artifact [1644dc8eb6570926]:

File games/hangman/hangman part of check-in [a1b984fc7c] - hangman: fix some paths, setup stuff by crc on 2011-10-25 19:06:06. [annotate] [view]


@@ -6,5 +6,9 @@
     ln -s /usr/share/dict/words wordlist.txt
   fi
 fi
 
-../retro --image ../retroImage --with hangman.retro
+if [ ! -f "library" ]; then
+  ln -s ../../library .
+fi
+
+../../retro --image ../../retroImage --with hangman.retro