drawKing method

void drawKing()

Implementation

void drawKing() {
  drawChar(head, '👑');
}