Even if you can't run xsokoban, you can participate in the world-wide sokoban score list. Enter your solution to an xsokoban level here, specifying your username, the level number to solve, and the solution as a file containing the series of characters defining moves.
The sequence of moves is specified by a series of the characters
h
, j
, k
, and l
,
where h
= left, j
= down, k
=
up, and l
= right. Each such character may be preceded
by one of the digits 2
-9
to indicate that
the move should be performed repeatedly. Whitespace (spaces, newlines,
carriage returns, and tabs) in the solution is ignored. For example,
"3kh h7l
" means to move up three times, left twice,
and then right seven times.