Check if cracter is dead and should be dealt with @param mode: model to use @param character: character to check @param deathParams: parameters detailing the death condition
Check how the game actually ended @param model: model containing play data @return: dictionary containing following keys: reason, score, dead reason @note: valid reasons: dead, escaped, victory, quit @note: dead reason will contain reason of death, if player died
Calculate ending score @param model: model containing play data @return: score