Artifact af5cb5a3d6e9d0dd8444dbeaa8f09cd7cd1e9725
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]
#! /bin/sh
if [ ! -f "wordlist.txt" ]; then
if [ -f "/usr/share/dict/words" ]; then
echo "Wordlist missing -- symlinking the system dictionary."
ln -s /usr/share/dict/words wordlist.txt
fi
fi
../retro --image ../retroImage --with hangman.retro