Work out some bugs where I could get stuck on layers. Add more debugging output

This commit is contained in:
Josh Klar
2018-10-18 23:24:19 -07:00
parent 6c5a111d65
commit 9089106316
4 changed files with 40 additions and 34 deletions

View File

@@ -1,3 +1,7 @@
def intify_coordinate(row, col):
return row << 8 | col
def get_wide_ordinal(char):
if len(char) != 2:
return ord(char)