i feel like getCurrentTry() needs to be a const because you don’t want the variable changed while the game is being run. Important for the method to track the user tries and not be tampered with.
also isGameWon()…lol
i feel like getCurrentTry() needs to be a const because you don’t want the variable changed while the game is being run. Important for the method to track the user tries and not be tampered with.
also isGameWon()…lol