Hey guys, here’s the code for my slightly modified bull cow game. I left a couple of TODOs in there as areas for future improvement. I’m pretty eager to get the the next section so I might save those changes for later.
Here’s a question for anyone who knows their way around C++, I was trying to generate a random int using “rand() % 4” but the random numbers given each level seem to be the same every play through, what’s the best practice when generating random numbers?
Cheers!