Skip to content

Instantly share code, notes, and snippets.

@nathanielvirgo
Last active March 9, 2018 08:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nathanielvirgo/7da0ea7b6f8405f169ec835d5fb29453 to your computer and use it in GitHub Desktop.
Save nathanielvirgo/7da0ea7b6f8405f169ec835d5fb29453 to your computer and use it in GitHub Desktop.
This is an ASCII version of https://codegolf.stackexchange.com/a/157692/21034 , in case the unicode doesn't render for everyone
alphabet: 01abcdehABCDEF[]
source: [a]
target: [h]
rules:
[:[0
]:0]
a0:1b
a1:1B
0A:e1
1A:E1
b0:1c
b1:1C
B0:h
B1:1F
0c:d1
1c:D1
C0:0b
C1:0B
d0:1e
d1:1E
0D:c0
1D:C0
0e:a1
1e:A1
E0:0d
E1:0D
F0:1c
F1:1C
0h:h
1h:h
h0:h
h1:h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment