#!/usr/bin/env python
import sys
sys.path.append('/usr/share/games/castle-combat/scripts')

print "Castle-Combat requires pygame and twisted. If the game doesn't start up correctly, please verify that these are installed."

import main
main.main()

