Huffman+Base64 Sokoban Level Encoding Format

From Sokoban Wiki

(Difference between revisions)
Jump to: navigation, search
Sokobano (Talk | contribs)
(New page: Level Compression per Huffman-Encoding 1 - [ - ] Floor 01 - [ # ] Wall 0011 - [ $ ] Box 0010 - [ . ] Target 0001 - [\n ] NewLine 00000 - [ * ] Box on Target 0...)

Current revision as of 16:53, 15 December 2007

Level Compression per Huffman-Encoding

     1 - [ - ]  Floor
    01 - [ # ]  Wall
  0011 - [ $ ]  Box
  0010 - [ . ]  Target
  0001 - [\n ]  NewLine
 00000 - [ * ]  Box on Target
000011 - [ @ ]  Player
000010 - [ + ]  Player on Target
    /\
   1  0
  /    \
[-]    /\
      1  0
     /    \
   [#]    /\
         /  \
        1    0
       /      \
      /        \
     /\        /\
    1  0      1  0
   /    \    /    \
 [$]   [.] [\n]   /\
                 1  0
                /    \
               /\    [*]
              1  0
             /    \
           [@]    [+]
Personal tools