Closed Rich2 closed 5 years ago
Consider extending hexadecimal to 32 values for succinct tile coordinate notation. Uses all the letters except i and o. 2 digits can encode 1024 vales instead of 100. 3 digits can encode 32768 values instead of a thousand.
0123456789ABCDEF //Hexadecimal
0123456789ABCDEFGHJKLMNPQRSTUVWXYZ
Documented.
Consider extending hexadecimal to 32 values for succinct tile coordinate notation. Uses all the letters except i and o. 2 digits can encode 1024 vales instead of 100. 3 digits can encode 32768 values instead of a thousand.
0123456789ABCDEF //Hexadecimal
0123456789ABCDEFGHJKLMNPQRSTUVWXYZ