char die[N_DICE][SIDES_PER_DIE] = { {'a', 'a', 'c', 'i', 'o', 't'}, {'d', 'k', 'n', 'o', 't', 'u'}, {'e', 'h', 'i', 'n', 'p', 's'}, {'g', 'i', 'l', 'r', 'u', 'w'}, {'a', 'c', 'd', 'e', 'm', 'p'}, {'a', 'b', 'i', 'l', 't', 'y'}, {'e', 'l', 'p', 's', 't', 'u'}, {'b', 'f', 'i', 'o', 'r', 'x'}, {'a', 'c', 'e', 'l', 'r', 's'}, {'e', 'g', 'k', 'l', 'u', 'y'}, {'e', 'e', 'f', 'h', 'i', 'y'}, {'e', 'g', 'i', 'n', 't', 'v'}, {'d', 'e', 'n', 'o', 's', 'w'}, {'a', 'd', 'e', 'n', 'v', 'z'}, {'a', 'h', 'm', 'o', 'r', 's'}, {'a', 'b', 'j', 'm', 'o', 'q'} };