Project is ready#721
Conversation
TheCSharpAcademy
left a comment
There was a problem hiding this comment.
@Solomonlol Thanks for submitting! This project needs a bit of work before we can approve. Could you please fix the issues below?
🔍The main menu runs inside an infinite loop, but there is no option to exit the application. Please add an explicit exit option so the user does not have to close the console window manually.
🔍The application does not currently store or display previous games. A completed game should normally record information such as: Date played, Operation, Score
🔍Correct and incorrect answers are displayed, but the application does not keep a total score. Consider incrementing a score for every correct answer and showing the result when the game ends.
🔍The user can enter zero or a negative number of questions. In that situation, the game ends immediately. Validate that the number is greater than zero before starting the game.
🔍When the player enters text instead of a number, the question counter is still incremented. It would provide a better experience to keep asking until a valid integer is entered.
|
Okay, thanks for checking. I'll fix everything and try again :) |
No description provided.