Answer:
B The game's running speed might be improved by using a process that finds approximate solutions every time the computer-controlled player has a turn.
Step-by-step explanation:
Even though the moves are not the perfect ones, the algorithm of the game can be written in a way that it can solve the problems and play faster.
Let's see the problems in other options.
A -> The only way is not replacing the computer with a human because, we know that computers can play faster than a human when the algorithm is written well.
C -> Computers cannot only be programmed to find the best possible solution. They can be programmed how the programmer wants them to behave.
D -> Since we do not know anything about the game, we cannot say anything about the algorithm runtime.