Posts Tagged ‘game’
Modify the program so that the computer plays a more informed game.
LANGUAGE: C++ CHALLENGE: The computer player in Programming Project 15.5 does not play the number guessing game very well, since it makes only random guesses. Modify the program so that the computer plays a more informed game. The specific strategy is up to you, but you must add function(s) to the Player and ComputerPlayer classes…
Read More