public boolean isEndOfWorld() { return (tower[0].empty() && tower[1].empty()) || (tower[0].empty() && tower[2].empty()); }