1. What is Sokoban? ~~~~~~~~~~~~~~~~~~~ Sokoban is a logic game . sokoban is small program solving levels from that game. 2. Compiling. ~~~~~~~~~~~~~ You need to have ncc installed. Just type: make 3. Running. ~~~~~~~~~~~ To run type: sokoban LEVELS_FILE LEVEL_NR METHOD where: - LEVELS_FILE = name of xml file containing a set of levels. Format of that file is specified in - LEVEL_NR = number of level in a set - METHOD = BFS | IDFS | BlindIDFS