def print_critter(self, x, y, char): libtcod.console_set_char(self.con, x, y, char)
def clear_critter(self, x, y): libtcod.console_set_char(self.con, x, y, ' ')