Not sure why my game is not working - any advice?
The game properly loops as much as the user wants to play but it says Nobody wins no matter what the inputs are
By precedence of Boolean operators, x || y && z is equivalent to x || (y && z), not to (x || y) && z. In Boolean algebra, || is approximately analogous to addition, and && is approximately analogous to multiplication.