add magic ball game - #69
Conversation
Yugo206
left a comment
There was a problem hiding this comment.
Hello,
The idea is good and fits the project, but there's a major problem: the result is returned but never displayed to the user.
Furthermore, the data entered by the user is currently not used in the game logic.
Please update the code to display the response and ensure the interaction is visible in the terminal. After that, I can merge it with the project.
|
Hello, If you want the input to actually influence the game logic, |
Yugo206
left a comment
There was a problem hiding this comment.
Thank you for the clarification!
You're right, for a magic ball game, the fact that the answer is random and independent of the question makes perfect sense. My main concern was ensuring that the generated answer was displayed correctly to the player.
If your latest edit fixes this issue, then the game's logic is sound, and I don't think the question should influence the result. Therefore, I can merge the changes.
#67 (comment)