Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
im an idiot. I indexed the wrong thing.
Sorry Chrono79!
character ASCII code, not alphabet position. p is 112.
are you sure?
b=2
d=4
f=6
h=8
j=10
l=12
n=14
p=16
or does the indexing change after c?
p is not 16.
This comment is hidden because it contains spoiler information about the solution