I’ve gotten to the point where we are debugging the incorrect bulls and cows count, but ran into my own problem, which was warned of by Sam, but i didn’t really take in because at the time I wasn’t experiencing it, but I had a breakpoint thrown by invalid parameters that came down to the fact the guess didn’t have a defined value of length. So I fixed that, and now in addition to the inaccurate bull cow count, the turns are inserting themselves in completely wrong places. When i launch the application, it says “1” and then the intro, and then says enter guess, turn 2. When i play again, it doesn’t even include the 1 anywhere, just starts on turn 2.