I noticed when making a level diagram with the code tags, that the '+' sign for showing Sokoban on a goal doesn't work. For example, this:
##########
#.+.. #
##########
Should be showing Sokoban on a goal, but it comes out like this:
EDIT: The problem is fixed, so this looks okay now.
Using the '@' symbol will make Sokoban show up (as it's supposed to), but still not on a goal:
It would be nice to have the '+' work properly so we can show Sokoban on a goal.
I think I know the problem to this..... it's probably because the "+" sign is treated as concatenation character.
Apparently not.
Great find... apparently you replied while I was in the middle of testing and editing.
Hi,
problem solved! The + is translated to a space in an URL.
Fixed it by replacing the + with a P.
Björn