Hi there!
As I understand, level file format is publicaly available (DTD and everything else). I was thinking to create a small program which would convert SokoMind's collections and solutions to SLC (SSC) files an vice-versa. My questions are:
1.) Is this alloved. (For SSC files)
2.) How do you encode solutions in SSC. I would like to know that to be able to convert to/from LURD format.
Thanks.
Hi!
1) Shure.
2) You can find the DTD here http://www.sourcecode.se/sokoban/download/ScoreXml.dtd and a description here http://www.sourcecode.se/sokoban/scorefile.php
/Björn
Thanks!
This is exactly what I was looking for. I'll start working on progy as soon as my exams finish (around 2004-10-01). It shouldn't take much time to do it as I'm accustomed to XML... Thanks again..