sober-bishop/README.md

735 B

Sober Bishop

<jeebus> the "bishop" came to our church today
<jeebus> he was a fucken impostor
<jeebus> never once moved diagonally

Fingerprint visualization algorithm paper.
http://www.dirk-loss.de/sshvis/drunken_bishop.pdf

Draw the board

Lets use a 4x4 grid for the final paths

|          o  2333|
|         + . 145E|
|        B . . 224|
|       = . .  13 |
|        S        |
|                 |
|                 |
|                 |
|                 |
+---[THE FLAG]----+

### Value of symbols
    0: ' ',
    1: '.',
    2: 'o',
    3: '+',
    4: '=',
    5: '*',
    6: 'B',
    7: 'O',
    8: 'X',
    9: '@',
    10: '%',
    11: '&',
    12: '#',
    13: '/',
    14: '^',